How can I control the Facebook like image? [closed]

The image that is used for sharing is taken from a chunk of code in the header of your site that will look something like this: <link rel=”image_src” href=”https://wordpress.stackexchange.com/questions/3605/path/to/theme/screenshot.png” /> Typically it links to the screenshot of your site in the theme. If you removed the code from the header of the file and on … Read more

What are App Domains in Facebook Apps?

the app domain is your domain name. Before you enter your domain, first click on Add Platform, select website, enter your site URL and mobile site url. Save the settings. Thereafter, you can enter the domain name in the App domains field. See more at my blog: http://www.ogbongeblog.com/2014/03/unable-to-add-app-domains-to-new.html

og:url is driving me crazy?

og:url basically tells the FB scraper “ignore anything on this page, and scrape this url instead” So it’s doing exactly what it’s supposed to do. If you want the like button to point to a different url, use the href parameter and have it point to a different url. See https://developers.facebook.com/docs/reference/plugins/like/ for more information.

Warning: Each child in an array or iterator should have a unique “key” prop. Check the render method of `ListView`

I’ve had exactly the same problem as you for a while now, and after looking at some of the suggestions above, I finally solved the problem. It turns out (at least for me anyway), I needed to supply a key (a prop called ‘key’) to the component I am returning from my renderSeparator method. Adding a key … Read more

Warning: Each child in an array or iterator should have a unique “key” prop. Check the render method of `ListView`

I’ve had exactly the same problem as you for a while now, and after looking at some of the suggestions above, I finally solved the problem. It turns out (at least for me anyway), I needed to supply a key (a prop called ‘key’) to the component I am returning from my renderSeparator method. Adding a key … Read more

When do I need a fb:app_id or fb:admins?

The doc for the facebook like button says , “When your Web page represents a real-world entity, things like movies, sports teams, celebrities, and restaurants, use the Open Graph protocol to specify information about the entity.” I’m adding like buttons to a blog posts/videos/articles which aren’t really entities. Right? So I don’t need fb:app_id or … Read more

When do I need a fb:app_id or fb:admins?

The doc for the facebook like button says , “When your Web page represents a real-world entity, things like movies, sports teams, celebrities, and restaurants, use the Open Graph protocol to specify information about the entity.” I’m adding like buttons to a blog posts/videos/articles which aren’t really entities. Right? So I don’t need fb:app_id or … Read more

Invisible characters – ASCII

How a character is represented is up to the renderer, but the server may also strip out certain characters before sending the document. You can also have untitled YouTube videos like https://www.youtube.com/watch?v=dmBvw8uPbrA by using the Unicode character ZERO WIDTH NON-JOINER (U+200C), or &zwnj; in HTML. The code block below should contain that character: