philipetauk
Forum Replies Created
-
Forum: Plugins
In reply to: Paid Registration That Integrates with Monthly Facebook Group SubscriptionI was trying to do the same exact thing as you have described, but unfortunately after studying the Facebook API, it is NOT possible to invite an user to a secret group via API. Unless that user is a tester, developer or administrator of the app that created the group.
Forum: Plugins
In reply to: [Video Thumbnails] Local Thumbnails Come with Wrong Path/URLThe “Test Saving to Media Library” works fine, if I do use a YouTube the <?php echo get_the_post_thumbnail($post->ID, “thumbnail”, “”); ?> will work. 😐 So I assume is something related to Vimeo. Weird.
Do you think I can change the plugin the function named: video_thumbnail() to return me the thumbnail size for the image always, since I just need this?
Forum: Plugins
In reply to: [Video Thumbnails] Local Thumbnails Come with Wrong Path/URLThe path response for get_video_thumbnail($post->ID)? is:
http://192.168.0.2/~philipetauk/zenarts/wp-content/uploads/http://b.vimeocdn.com/ts/177/307/177307061_640.jpgI am using this plugin that batch resizes all the media images:
http://wordpress.org/plugins/regenerate-thumbnails/I tried deactivating it, but the problem persists.
Any help would be appreciated.
Thanks.