2015-01-26, 16:38:02
Hello again,
thanks for your help with FB integration i was able to add facebook button
but i don't know where to put my og meta tags to make them gather content from post so shared post on fb have my post information.
I added to my template.php <head>
something like this:
<meta property="og:title" content="<?php $title; ?> | <?php get_site_name(); ?>">
but still after click on share i get just site name so it wont take my post content (in this case title)
anyone can help me please ?
thanks for your help with FB integration i was able to add facebook button
but i don't know where to put my og meta tags to make them gather content from post so shared post on fb have my post information.
I added to my template.php <head>
something like this:
<meta property="og:title" content="<?php $title; ?> | <?php get_site_name(); ?>">
but still after click on share i get just site name so it wont take my post content (in this case title)
anyone can help me please ?