opengraph

Facebook Dialog vs Open Graph Action

懵懂的女人 提交于 2019-12-10 10:50:03
问题 Just want to understand the pros and cons of making post through dialog vs open graph action for the first facebook app I am making. The most attractive aspect of OG action post seems to be the "aggregate" box if I can attract users to use my app frequently and consistently, but dialog seems to guarantee 100% chance for the post to show up individually on the user's timeline (vs OG action post which might only show in the "recent activity" box which is not obvious to see...) am I missing

Difficulty with OpenGraph for Facebook embedded video

妖精的绣舞 提交于 2019-12-10 10:43:21
问题 I am having some difficulty implementing a solution that I found via my research here (the actual accepted answer is not helpful and has been downvoted to Bolivian). Problem: Facebook doesn't seem to recognize the OpenGraph meta tags that I have added to my Header. What I know (or think I know) : It is my understanding that by adding some appropriate opengraph meta tags, the content, such as YouTube video, should appear in the body of the "post" on Facebook. What I have tried so far:

Set dynamic Meta Tags and Open Graph tags using jQuery

那年仲夏 提交于 2019-12-10 10:06:50
问题 I'm trying to add dynamic tags using jQuery but it seems not to work. I load my script directly after loading the page. This is my HTML <!DOCTYPE html> <html lang="en"> <head> <script type="text/javascript" src="script.js"></script> </head> <body> </body> </html> This is how I add the tags on jQuery. $(function() { $('head').append('<meta property="og:type" content="profile"/>'); $('head').append('<meta property="og:url" content=""/>'); $('head').append("<meta property='og:title' content="

Unable to post Open Graph actions as a Test User

喜夏-厌秋 提交于 2019-12-10 06:20:14
问题 I've been able to post Open Graph actions using my own account, but I'm unable to do the same as a Test User of the application, receiving this error: OAuthException: An unexpected error has occurred. Please retry your request later. I've tested the access token that I'm using with the debugger and it's fine. Here's the code I'm using - I'm pretty sure the code is fine, because it works when I'm logged in as myself: $token = $this->facebook->getAccessToken(); $params = array( 'access_token' =

Linkedin Open Graph Sharing not working

亡梦爱人 提交于 2019-12-09 21:36:20
问题 I have a page setup for Open Graph Protocol because our app is built upon Angular 1.x now when we share a URL using LinkedIn. Share Popup opens but it does not crawl open graph tags sometimes and sometimes it shows the proper crawl tags it was working fine till last week. here is the image which shows the preview area: Scenario for sharing a link: User comes on our site: www.example.com/event/[EVENT_ID] and clicks share to LinkedIn. Popups opens using: https://www.linkedin.com/shareArticle

Facebook Open Graph API - og:metatags being ignored

两盒软妹~` 提交于 2019-12-09 17:16:27
问题 I'm troubleshooting an issue where the page title and image aren't being included on facebook likes. Having hit the OG debugger, it looks like none of the og: metatags are being accessed by facebook: Here's a link to the debugger — it's saying it is inferring the og:url and og:title properties which are present on the page. As a matter of testing, I copied the metatags and HTML schema straight from the example on the developer docs and I still get the same warnings. Here's the HTML and start

OpenGraph: custom properties not showing in post

依然范特西╮ 提交于 2019-12-09 11:22:41
问题 I've create a Custom Object/Action/Aggregations for my app. https://graph.facebook.com/10151038251679973 All is working fine but now I wanted to add custom properties for my object. I've successfully added two properties: when and facility. The problem is that when I share the object (i.e. posting the link on my wall) the custom properties does not show up. Any idea? I have to do some additional configurations? 回答1: Custom properties are not showed for just posted object, but you can display

Linkedin sharing urls / not parsing open graph

半世苍凉 提交于 2019-12-08 22:36:50
问题 The Linkedin documentation can be found here As it says, it needs: og:title og:description og:image og:url Here is an example of my wordpress blog source code that for simplicity I use Jetpack plug-in: <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="article" /> <meta property="og:title" content="Starbucks Netherlands Intel" /> <meta property="og:url" content="http://lorentzos.com/starbucks-netherlands-intel/" /> <meta property="og:description" content="Today I had some free

How to display an aggregation of an object that is connected to another object?

北战南征 提交于 2019-12-08 18:27:25
I've set up these 2 objects : Book Author A book has an author field. I have one action : Read I have 2 aggregations : Recently read books Favorite authors The Favorite authors aggregation is set up to show author objects on the read action. I posted a story to my Timeline: Felipe read "some book" , but it only shows the Recently read books aggregation and not the Favorite authors . How am I suppose to set up the aggregation for Favorite authors ? If the aggregation is setup correctly (you can test this by adding sample objects and actions in the aggregation configuration) then it will show up

LinkedIn doesn't fetch metadata when sharing website

拥有回忆 提交于 2019-12-08 15:16:53
问题 I'm having issues with sharing a website I'm working on on LinkedIn: LinkedIn doesn't fetch any data from the page. The site's metadata follows the recommendations in their docs. I tried all these suggestions. In addition, I investigated the following: Serving content over HTTP instead of HTTPS, but a lot of other sites served over HTTPS, such as https://stripe.com/no and https://www.facebook.com/, work perfectly fine. Posting as a company page. This didn't make any difference, other than