toppa / Shashin

A WordPress plugin for displaying photos and videos from Google+, Youtube, and Twitpic
http://www.toppa.com/shashin-wordpress-plugin/
GNU General Public License v3.0
24 stars 10 forks source link

New feature: use Shashin images as WP featured images #39

Open toppa opened 11 years ago

toppa commented 11 years ago

sideloading should make this possible - see here: http://wordpress.stackexchange.com/questions/25808/setting-a-posts-featured-image-from-an-embedded-youtube-video

The caveats are:

rekliner commented 10 years ago

It looks like this would be an easy way to choose a featured image for a page or post, but wouldn't work for linking to a specific image searchably. I say this because I'm not sure what else setting the featured image would be good for besides social media/SEO.

In case it helps... I'm currently presenting linked images to properly pull into facebook with thumbnail and caption by adding the following lines to the header: if($_SERVER['QUERY_STRING'] != '' && isset($_GET['shashin_photo_key'])) { $image = $wpdb->get_results( "SELECT contentUrl,description FROM wp_shashin_photo WHERE id= ". $_GET['shashin_photo_key'] ); echo ''; echo ''; }