fb share site shows blank image
fb share site shows blank image
fb share site shows blank image
How can I echo og:video url, if the post has video content?
wp_head function not outputting
I’ve found the problem, why it’s not working with the categories. I don’t know why, but when creating a post over the API, the post is published before the category is correctly set. Now, I’m creating drafts (already with correct category). With a second PUT-Request I set the status to “publish” and publish my posts. … Read more
Want to take Facebook Page posts and turn them into blog post
Facebook login for private group members
How can I attach Facebook Open Graph data to an Attachment Page?
Remove Jetpack’s publicize description with this code. Add this code to your theme’s functions.php // Remove description of posts on social share if ( class_exists( ‘Jetpack’ ) && Jetpack::is_module_active( ‘publicize’ ) ) { function tsj_publicize_hashtags() { $post = get_post(); if ( ! empty( $post ) ) { $custom_message = get_the_permalink(); update_post_meta( $post->ID, ‘_wpas_mess’, $custom_message ); … Read more
Sharing images to social media – issue with aspect ratio
Pop your website into the facebook debugger. https://developers.facebook.com/tools/debug/sharing/ This will do 2 things: Flush the cached version of your site Facebook has stored. Tell you any problems with sharing data that may prevent those OG tags being used. In the event of no errors and cache refreshed, you can then share your link again and … Read more