html - Making a story appear on facebook when user likes my website -
i want user press button
and come on facebook it. when press button nothing comes on facebook whereas if on site shows on facebook. code facebook button:
<iframe src="//www.facebook.com/plugins/like.php?href=http%3a%2f%2fwww.rexrapps.com&send=false&layout=button_count&width=450&show_faces=true&font&colorscheme=light&action=like&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowtransparency="true"></iframe>
you cannot tell facebook post something, more prominent if user decides add comment too. thing can make more visible optimize open graph tags, check url in debugger:
https://developers.facebook.com/tools/debug/og/object?q=www.rexrapps.com
(see "warnings should fixed" , check "object properties". should refresh info putting url in debugger again after changed og tags.
and here´s info open graph tags:
you don´t have single og tag on website, that´s reason why facebook not publish correctly.
Comments
Post a Comment