Plugin Directory

Changeset 1423280


Ignore:
Timestamp:
05/24/2016 02:55:20 PM (10 years ago)
Author:
darkwhispering
Message:

minor changes and tested on WP 4.5.2

Location:
simple-instagram-embed
Files:
2 edited
3 copied

Legend:

Unmodified
Added
Removed
  • simple-instagram-embed/tags/2.1.1/readme.txt

    r1365795 r1423280  
    33Tags: social, plugin, instagram, embed, instagram embed, image, video, oembed
    44Requires at least: 3.0.0
    5 Tested up to: 4.4.2
    6 Stable tag: 2.1.0
     5Tested up to: 4.5.2
     6Stable tag: 2.1.1
    77
    8 Paste any link to a instagram picture or video in your post and the plugin replace your instagram link with the Instagram Embed directly in your posts just like wordpress replace your youtube links to youtube embeds.
     8Paste any link to a Instagram picture or video in your post and the plugin replace your Instagram link with the Instagram Embed directly in your posts just like Wordpress replace your Youtube links to Youtube embeds.
    99
    1010== Description ==
    1111
    12 Paste any link to a instagram picture or video in your post and the plugin replace your instagram link with the [Instagram Embed](http://blog.instagram.com/post/55095847329/introducing-instagram-web-embeds) directly in your posts just like wordpress replace your youtube links to youtube embeds.
     12Paste any link to a Instagram picture or video in your post and the plugin replace your Instagram link with the [Instagram Embed](http://blog.instagram.com/post/55095847329/introducing-instagram-web-embeds) directly in your posts just like Wordpress replace your Youtube links to Youtube embeds.
    1313
    14 Settings page avaliable where you can specify the maximum width the embed is allowed to be, and hide the caption if you would like that.
     14Settings page available where you can specify the maximum width the embed is allowed to be, and hide the caption if you would like that.
    1515If you site is responsive, the embed will resize down nicely on tablet and mobile devices.
    1616
     
    2626== Frequently Asked Questions ==
    2727
     28= Why use this plugin when Wordpress now have built in support for Instagram embed =
     29It is correct that Wordpress now have built in support for the Instagram embed. What you don't have is control over the site of the embed and if the image/video caption should be included or not. You can control both of these aspects with this plugin in the settings page.
     30
    2831= Image/video is not showing =
    2932You can only embed images/videos from public profiles. Images from private profiles will not display. So make sure the image you are trying to embed belongs to a user with a public profile.
     
    3336
    3437= I want the link in the embed to open in a new tab/window =
    35 Yeah, so would I. Sadly, this is a behavior I can not control and it is up to Instagram to change this. Imo you should always open external links in new tabs, so I don't understand why Instagram have choosen not to with there embed.
     38Yeah, so would I. Sadly, this is a behavior I can not control and it is up to Instagram to change this. Imo you should always open external links in new tabs, so I don't understand why Instagram have choose not to with there embed.
    3639
    3740== Screenshots ==
     
    4043
    4144== Changelog ==
     45
     46= 2.1.1 =
     47* Minor code formatting fixes
     48* Minor changes to readme
     49* Tested on Wordpress 4.5.2
    4250
    4351= 2.1.0 =
  • simple-instagram-embed/tags/2.1.1/simple-instagram-embed.php

    r1365795 r1423280  
    33Plugin Name: Simple Instagram Embed
    44Plugin URI: http://darkwhispering.com/wp-plugins/simple-instagram-embed
    5 Description: Paste any link to a instagram picture or video in your post and the plugin replace your instagram link with the Instagram Embed directly in your posts just like wordpress replace your youtube links to youtube embeds.
     5Description: Paste any link to a Instagram picture or video in your post and the plugin replace your Instagram link with the Instagram Embed directly in your posts just like Wordpress replace your Youtube links to Youtube embeds.
    66Author: Mattias Hedman
    77Author URI: http://www.darkwhispering.com
    8 Version: 2.1.0
     8Version: 2.1.1
    99*/
    1010
     
    7676    /**
    7777     * Has to exists, but we don't use it...
    78      *
    79      * @return  [type]  [description]
    8078     */
    8179    function settings_section_callback()
     
    133131    {
    134132        // Check so user has correct permissions
    135         if ( ! current_user_can( 'manage_options' ) )
    136         {
     133        if ( ! current_user_can( 'manage_options' ) ) {
    137134            wp_die( __( 'You do not have sufficient permissions to access this page.', 'simple_instagram_embed' ) );
    138135        }
     
    198195        curl_close( $curl );
    199196
    200         if ( $http_status === 200 )
    201         {
     197        if ( $http_status === 200 ) {
    202198            return $result->html;
    203199        }
  • simple-instagram-embed/trunk/readme.txt

    r1365795 r1423280  
    33Tags: social, plugin, instagram, embed, instagram embed, image, video, oembed
    44Requires at least: 3.0.0
    5 Tested up to: 4.4.2
    6 Stable tag: 2.1.0
     5Tested up to: 4.5.2
     6Stable tag: 2.1.1
    77
    8 Paste any link to a instagram picture or video in your post and the plugin replace your instagram link with the Instagram Embed directly in your posts just like wordpress replace your youtube links to youtube embeds.
     8Paste any link to a Instagram picture or video in your post and the plugin replace your Instagram link with the Instagram Embed directly in your posts just like Wordpress replace your Youtube links to Youtube embeds.
    99
    1010== Description ==
    1111
    12 Paste any link to a instagram picture or video in your post and the plugin replace your instagram link with the [Instagram Embed](http://blog.instagram.com/post/55095847329/introducing-instagram-web-embeds) directly in your posts just like wordpress replace your youtube links to youtube embeds.
     12Paste any link to a Instagram picture or video in your post and the plugin replace your Instagram link with the [Instagram Embed](http://blog.instagram.com/post/55095847329/introducing-instagram-web-embeds) directly in your posts just like Wordpress replace your Youtube links to Youtube embeds.
    1313
    14 Settings page avaliable where you can specify the maximum width the embed is allowed to be, and hide the caption if you would like that.
     14Settings page available where you can specify the maximum width the embed is allowed to be, and hide the caption if you would like that.
    1515If you site is responsive, the embed will resize down nicely on tablet and mobile devices.
    1616
     
    2626== Frequently Asked Questions ==
    2727
     28= Why use this plugin when Wordpress now have built in support for Instagram embed =
     29It is correct that Wordpress now have built in support for the Instagram embed. What you don't have is control over the site of the embed and if the image/video caption should be included or not. You can control both of these aspects with this plugin in the settings page.
     30
    2831= Image/video is not showing =
    2932You can only embed images/videos from public profiles. Images from private profiles will not display. So make sure the image you are trying to embed belongs to a user with a public profile.
     
    3336
    3437= I want the link in the embed to open in a new tab/window =
    35 Yeah, so would I. Sadly, this is a behavior I can not control and it is up to Instagram to change this. Imo you should always open external links in new tabs, so I don't understand why Instagram have choosen not to with there embed.
     38Yeah, so would I. Sadly, this is a behavior I can not control and it is up to Instagram to change this. Imo you should always open external links in new tabs, so I don't understand why Instagram have choose not to with there embed.
    3639
    3740== Screenshots ==
     
    4043
    4144== Changelog ==
     45
     46= 2.1.1 =
     47* Minor code formatting fixes
     48* Minor changes to readme
     49* Tested on Wordpress 4.5.2
    4250
    4351= 2.1.0 =
  • simple-instagram-embed/trunk/simple-instagram-embed.php

    r1365795 r1423280  
    33Plugin Name: Simple Instagram Embed
    44Plugin URI: http://darkwhispering.com/wp-plugins/simple-instagram-embed
    5 Description: Paste any link to a instagram picture or video in your post and the plugin replace your instagram link with the Instagram Embed directly in your posts just like wordpress replace your youtube links to youtube embeds.
     5Description: Paste any link to a Instagram picture or video in your post and the plugin replace your Instagram link with the Instagram Embed directly in your posts just like Wordpress replace your Youtube links to Youtube embeds.
    66Author: Mattias Hedman
    77Author URI: http://www.darkwhispering.com
    8 Version: 2.1.0
     8Version: 2.1.1
    99*/
    1010
     
    7676    /**
    7777     * Has to exists, but we don't use it...
    78      *
    79      * @return  [type]  [description]
    8078     */
    8179    function settings_section_callback()
     
    133131    {
    134132        // Check so user has correct permissions
    135         if ( ! current_user_can( 'manage_options' ) )
    136         {
     133        if ( ! current_user_can( 'manage_options' ) ) {
    137134            wp_die( __( 'You do not have sufficient permissions to access this page.', 'simple_instagram_embed' ) );
    138135        }
     
    198195        curl_close( $curl );
    199196
    200         if ( $http_status === 200 )
    201         {
     197        if ( $http_status === 200 ) {
    202198            return $result->html;
    203199        }
Note: See TracChangeset for help on using the changeset viewer.