spacem33t
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Photo Album Plus] problem with sharing to facebookIs a plugin, thanks for your help.
If I uncheck the open graph protocol (add link to facebook plugin) it’s working.Cheers
Forum: Plugins
In reply to: [WP Photo Album Plus] problem with sharing to facebookadd-link-to-facebook/add-link-to-facebook-class.php
it comes from thisForum: Plugins
In reply to: [WP Photo Album Plus] problem with sharing to facebook// Generate meta tags
echo ‘<!– Start AL2FB OGP –>’ . PHP_EOL;
echo ‘<meta property=”og:title” content=”‘ . htmlspecialchars($title, ENT_COMPAT, $charset) . ‘” />’ . PHP_EOL;
echo ‘<meta property=”og:type” content=”blog” />’ . PHP_EOL;
echo ‘<meta property=”og:image” content=”‘ . $picture . ‘” />’ . PHP_EOL;
echo ‘<meta property=”og:url” content=”‘ . get_home_url(null, ‘/’) . ‘” />’ . PHP_EOL;
echo ‘<meta property=”og:site_name” content=”‘ . htmlspecialchars($title, ENT_COMPAT, $charset) . ‘” />’ . PHP_EOL;
echo ‘<meta property=”og:description” content=”‘ . htmlspecialchars(empty($description) ? $title : $description, ENT_COMPAT, $charset) . ‘” />’ . PHP_EOL;Forum: Plugins
In reply to: [WP Photo Album Plus] problem with sharing to facebook// Generate meta tags
echo ‘<!– Start AL2FB OGP –>’ . PHP_EOL;
echo ‘<meta property=”og:title” content=”‘ . htmlspecialchars($post_title, ENT_COMPAT, $charset) . ‘” />’ . PHP_EOL;
echo ‘<meta property=”og:type” content=”‘ . $ogp_type . ‘” />’ . PHP_EOL;
echo ‘<meta property=”og:image” content=”‘ . $picture . ‘” />’ . PHP_EOL;
echo ‘<meta property=”og:url” content=”‘ . get_permalink($post->ID) . ‘” />’ . PHP_EOL;
echo ‘<meta property=”og:site_name” content=”‘ . htmlspecialchars($title, ENT_COMPAT, $charset) . ‘” />’ . PHP_EOL;
if ($video)
echo ‘<meta property=”og:video” content=”‘ . $video . ‘” />’ . PHP_EOL;$texts = self::Get_texts($post);
$maxlen = get_option(c_al2fb_option_max_descr);
$description = self::_substr($texts[‘description’], 0, $maxlen ? $maxlen : 256);
echo ‘<meta property=”og:description” content=”‘ . htmlspecialchars($description, ENT_COMPAT, $charset) . ‘” />’ . PHP_EOL;$appid = get_user_meta($user_ID, c_al2fb_meta_client_id, true);
if (!empty($appid))
echo ‘<meta property=”fb:app_id” content=”‘ . $appid . ‘” />’ . PHP_EOL;$admins = get_user_meta($user_ID, c_al2fb_meta_open_graph_admins, true);
if (!empty($admins))
echo ‘<meta property=”fb:admins” content=”‘ . $admins . ‘” />’ . PHP_EOL;Forum: Plugins
In reply to: [WP Photo Album Plus] Size of image share on facebookOK
thanks for replyingForum: Plugins
In reply to: [WP Photo Album Plus] Slideshow doesn't workIndeed, it wasn’t my site at first and i don’t know what the previous guy did with this theme.
I have changde the theme to make your great plugin work and it’s all good now.
Thanks for the help anyway and for your work.Forum: Plugins
In reply to: [WP Photo Album Plus] Slideshow doesn't workI changed the content of the page but it’s the same
no speedup or minifying
Forum: Plugins
In reply to: [User Avatar] Avatar not displaying on commentHello,
Same problem here, the avatar is not shown on comments.
You may see the problem here : https://www.opentennisgravenchon.com/?page_id=14
Forum: Plugins
In reply to: [WP Photo Album Plus] Slideshow doesn't workThanks for your help but i installed back v3.0.1 and it works.
Actually i can’t try the new version.Forum: Plugins
In reply to: [WP Photo Album Plus] Slideshow doesn't workIndeed the old version bug aswell.
And with the new one no slideshow …
Your help will be welcome ??Forum: Plugins
In reply to: [WP Photo Album Plus] Slideshow doesn't workAn old version (3.0.1) was resintalled and it works.
Forum: Plugins
In reply to: [WP Photo Album Plus] Slideshow doesn't workHello,
I don’t use W3 total cache.
I tried to disable all plugins but no issue.