I have added <meta property in header.php in wordpress and enter page id in facebook instant article plugin
but still I am unable to click on submit URL
please look the below picture
facebook instant article
Related
I am using the Facebook debugger to check the scraping of my page but the description is always missing.
You can go here https://developers.facebook.com/tools/debug/og/object/ and input my page's url http://on.aol.com/video/kit-harington-teases-possible-return-to-got-519083276 And click "fetch new scrap information".
You will see that this page has all expected Open Graph tags and the preview looks like this:
But problem is coming!!! When you click the image or the "See this in the share dialog" to open the real share dialog, the description is missing like this:
I am the admin of the Facebook app for this page so "fetch new scrap information" should have refreshed the cache of this page. But when you click "Fetch existing scrape information", description always missing as well.
For more info, you can directly check http://on.aol.com/video/kit-harington-teases-possible-return-to-got-519083276 or any other video page in http://on.aol.com and click the "Facebook" share button on the left to see it. It would look like below and description still missing!
if you can change the code for that page, try ad this tag, i dont see that tag on that page,
<meta name="description" content="aaaaaa">
that page have og:description but facebook treat that video like normal facebook video (i guess you want to make it look like youtube that have description)
I have a custom plugin in wordpress which will take a contest answer and visitor name and email in a form.I want to share my page on facebook before visitor submit the form. if the visitor doesnt share my page his form will not be submitted.How can I track that visitor share my page and let the system submit the form after page sharing i completed. I got a script from facebook send where i can put my page url for sharing.
<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fparse.com" target="_blank">
Share on Facebook
I've used this jQuery plugin before. It gives you a callback for like and unlike. You'd just have to disable the submit button until the user likes and then disable it if they unlike it.
There are also versions for Google+ +1 and Twitter shares as well.
I keep getting this message when I try to add the Like Box to my blog:
The href parameter must reference a valid Facebook page, but "http://www.facebook.com/OneBrownGirl" is not a valid Facebook page.
Since I know my page is valid, what do I do?
This is not a Facebook Page. This is your Facebook Profile.
You can create a Facebook page here: http://www.facebook.com/pages/create/
From the Facebook Like Box social plugin page: "The Like Box is a social plugin that enables Facebook Page owners to attract and gain Likes from their own website."
Like Box is for Facebook Pages. If you enter a URL value on the Like Box social plugin preview page and the URL does not render a Like Box then a WordPress plugin implementing the Like Box social plugin would be no different.
Facebook has separate profile badges which may be supported by other WordPress plugins.http://www.linkyiwu.com/
Just go to the facebook page you created, then click on setting and on the very bottom of the page you will see facebook page ID. pick the whatever iD for the page and paste where the
I have a Facebook comment plugin on my website, when I comment on it, it shows on my website, but doesnt show on my profile on facebook. I had the post on profile option ticked and it still doesnt show. is there something I am missing?
You must create an application in facebook and then add meta tags to your site
<meta content='{YOUR APP ID}' property='fb:app_id'/>
<meta content='YOUR FACEBOOK ID' property='fb:admins'/>
You can create application here
I am adding a FB like button to my page, and currently when I "Like" the page, it only says it on my personal page with a small link to the facebook page associated to my website. I want it to post a picture, description, and the link to my site. I am using the code generated from this page: https://developers.facebook.com/docs/reference/plugins/like/
I debugged it and it says properties are missing even though I have them included in the code...
https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.audiblecoffee.com%2Fbeta321432
Any reason on why this isn't working?
<meta property="og:url" content="http://www.audiblecoffee.com">
This will make Facebook use http://www.audiblecoffee.com to look for OG tags, not the submitted URL. Change it to http://www.audiblecoffee.com/beta321432/ (or leave it out) and things'll work fine.