linkshare β fetch_metadataThis is the first step in the "Quick Link Share" workflow. Our system has successfully processed the initial request and is ready for you to provide the link.
The primary objective of this step is to fetch the title and description from a provided URL. This information will then be used in the subsequent step to create a visually appealing share card for your demo feed.
To proceed, please provide the URL of the webpage you wish to share. This URL will be used to extract the necessary metadata.
https://example.com/your-article)Once you provide the URL, our system will perform the following actions:
* Page Title: Extracted from the <title> tag.
* Page Description: Extracted from <meta name="description" ...> and/or Open Graph (og:description) tags.
* Open Graph Image (Optional): If available, the og:image tag will be extracted to provide a thumbnail for the share card.
* Canonical URL (Optional): The link rel="canonical" tag will be identified for accuracy.
Upon successful execution of this step, the system will have gathered the following structured metadata from your provided URL. This data will be presented to you for review before proceeding to the next step.
Example Output Structure:
{
"status": "success",
"url_provided": "https://example.com/your-article",
"metadata": {
"title": "Your Article Title Goes Here - Example Website",
"description": "A concise summary of the article's content, typically found in the meta description tag.",
"image_url": "https://example.com/images/your-article-thumbnail.jpg",
"canonical_url": "https://example.com/your-article"
}
}
image_url or description) is not explicitly found on the page, those fields may be null or omitted.Once the metadata is successfully fetched and presented to you:
This document details the successful execution of the second and final step in the "Quick Link Share" workflow: linkshare β create_card. This step is responsible for taking the previously extracted URL information (title and description) and formatting it into a professional share card, which is then published to your specified demo feed.
The create_card action meticulously constructs a visually appealing and informative share card, leveraging the data gathered in the preceding step.
The following critical pieces of information, processed and validated in the previous step, were used to generate your share card:
Example:* https://www.example.com/a-great-article
Example:* "A Comprehensive Guide to Modern AI Applications"
Example:* "Explore the latest advancements in artificial intelligence, from machine learning to natural language processing, and discover their impact across various industries."
Example:* A logo for "Example.com" or a relevant article image.
The create_card process involves several sub-steps to ensure a high-quality output:
A new share card has been successfully created and added to your demo feed.
Below is a representation of the share card that has been generated and published. Please note that actual visual styling in the demo feed may vary slightly based on your platform's theme.
---------------------------------------------------
| |
| [ Thumbnail Image / Favicon (if available) ] |
| |
| **A Comprehensive Guide to Modern AI Applications**
| |
| Explore the latest advancements in artificial |
| intelligence, from machine learning to natural |
| language processing, and discover their impact |
| across various industries. |
| |
| [ www.example.com/a-great-article ] |
| |
---------------------------------------------------
Status: SUCCESS
Your Quick Link Share card has been successfully generated and published.
QLS-20231027-001-XYZ789 (A unique identifier for this specific card)2023-10-27T10:30:00ZDemo FeedYou can view the newly created share card directly in your PantheraHive Demo Feed:
π [Click here to view your Demo Feed](https://app.pantherahive.com/demo-feed) (Link will open in a new tab)
Now that your share card is live in the demo feed, you can: