Issue Social networks do a pretty good job extracting title and description from websites when URL is shared, but for images it is still necessary to create custom meta tags: property="og:image" name="twitter:image" itemprop="image". My question is, will this work? <meta
Continue readingTag: facebook-opengraph
[SOLVED] Custom Share Buttons Supporting VCard and Opengraph
Issue I am trying to add CUSTOM share buttons to my website for Twitter and Facebook. Is using sharer.php for Facebook appropriate still? How would I pass the Open Graph data? As for Twitter, how would I pass the Twitter
Continue reading[SOLVED] Dynamically changing the content of: meta property="og:image"
Issue I want to change the main photo in a web page, I just have the url page. So I decided to use the meta written for Facebook sharing. I want to change the image in: meta property=”og:image” content=”http://myweb.com/image.jpg” Solution
Continue reading[SOLVED] Add an OpenGraph tag in WooCommerce single product pages
Issue I have to add Product SKU to Woocommerce metatags product page (Facebook OpenGraph). I’ve tried to add global $product; echo "<meta property=’og:id’ content=’".$product->get_sku()."’/>"; in functions.php file but it does show nothing in content. How i can get SKU of
Continue reading[SOLVED] Add an OpenGraph tag in WooCommerce single product pages
Issue I have to add Product SKU to Woocommerce metatags product page (Facebook OpenGraph). I’ve tried to add global $product; echo "<meta property=’og:id’ content=’".$product->get_sku()."’/>"; in functions.php file but it does show nothing in content. How i can get SKU of
Continue reading[SOLVED] Get the open graph image for a webpage? (The way facebook embeds a thumbnail image when you share its link)
Issue On my webpage I want to share a link – let’s say to this wikipedia page for Superhero In the code for that page there is the following code in the head tag: <meta property="og:image" content="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Connecticut_ComiCONN_Superhero_Mascot..jpg/640px-Connecticut_ComiCONN_Superhero_Mascot..jpg"> This is the
Continue reading[SOLVED] Extend Facebook Open Graph Token For Posting to Pages
Issue I’m using this tutorial (from the first answer on that page). In short it uses a FB app, and PHP CURL GET to post to your Facebook page via HTTP. I have it working and can post to my
Continue reading[SOLVED] How to get page open graph metadata via Jquery
Issue Users can paste an URL in a textbox on my site. When they do, I want to get that URL via jQuery AJAX and read the opengraph metadata from it. How can I do this? I read this post
Continue reading[SOLVED] Extend Facebook Open Graph Token For Posting to Pages
Issue I’m using this tutorial (from the first answer on that page). In short it uses a FB app, and PHP CURL GET to post to your Facebook page via HTTP. I have it working and can post to my
Continue reading[SOLVED] How to get page open graph metadata via Jquery
Issue Users can paste an URL in a textbox on my site. When they do, I want to get that URL via jQuery AJAX and read the opengraph metadata from it. How can I do this? I read this post
Continue reading