Plugin Directory

Changeset 2523375


Ignore:
Timestamp:
04/29/2021 11:12:02 AM (5 years ago)
Author:
siddhu09rocks
Message:

Fixed issue #Broken images

Location:
simple-social-feed/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • simple-social-feed/trunk/readme.txt

    r2514578 r2523375  
    5858== Changelog ==
    5959
     60= 0.0.3 =
     61* Fixed broken images issue
     62
    6063= 0.0.2 =
    6164* Fixed HTML markup
     
    6871== Upgrade Notice ==
    6972
     73= 0.0.3 =
     74Fixed broken images issue
     75
    7076= 0.0.2 =
    7177Fixed HTML markup
  • simple-social-feed/trunk/simple-social-feed.php

    r2512066 r2523375  
    44Plugin Name: Simple Social Feed
    55Description: Add Instagram feed to your site without access token.
    6 Version: 0.0.2
     6Version: 0.0.3
    77Author: siddhu09rocks
    88Author URI: https://www.phenomcraftstudios.com/
     
    3636        public function simple_social_feed_css_js() {           
    3737           
    38             $asset_version = '0.0.2';
     38            $asset_version = '0.0.3';
    3939            $deps = array();
    4040            wp_register_style('simple_social_feed_css', plugin_dir_url( __FILE__ ) . 'css/simple_social_feed.css', $deps, $asset_version );
     
    8787                                                            'items': ".$limit.",
    8888                                                            'items_per_row': ".$column.",
     89                                                            'host': 'https://images' + ~~(Math.random() * 3333) + '-focus-opensocial.googleusercontent.com/gadgets/proxy?container=none&url=https://www.instagram.com/',
    8990                                                            'max_tries': ".$max_tries.",
    9091                                                            'cache_time': ".$cache_time.",
Note: See TracChangeset for help on using the changeset viewer.