Changeset 2627343
- Timestamp:
- 11/10/2021 11:21:55 AM (4 years ago)
- Location:
- free-comments-for-wordpress-vuukle/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
free-comments-for-wordpress-vuukle.php (modified) (2 diffs)
-
public/partials/free-comments-for-wordpress-vuukle-public-comment-box.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
free-comments-for-wordpress-vuukle/trunk/README.txt
r2626729 r2627343 4 4 Requires at least: 2.0.2 5 5 Tested up to: 5.8 6 Stable tag: 5.0. 76 Stable tag: 5.0.8 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 172 172 == Changelog == 173 173 174 = 5.0.8 = 175 176 * Added new amp section 177 174 178 = 5.0.7 = 175 179 -
free-comments-for-wordpress-vuukle/trunk/free-comments-for-wordpress-vuukle.php
r2626729 r2627343 19 19 * Plugin URI: https://vuukle.com 20 20 * Description: Vuukle is the smartest commenting platform that offers AI-powered commenting, Unique Sharing tool bar, Emoji reaction widget and real time analytics with just one click. Customize all you want, make your pages load faster and experience user engagement like never before! 21 * Version: 5.0. 721 * Version: 5.0.8 22 22 * Author: Vuukle 23 23 * Author URI: https://vuukle.com … … 71 71 */ 72 72 function Run_Free_Comments_For_Wordpress_vuukle() { 73 $plugin = new Free_Comments_For_Wordpress_Vuukle( '5.0. 7', plugin_dir_path( __FILE__ ), plugin_dir_url( __FILE__ ), plugin_basename( __FILE__ ) );73 $plugin = new Free_Comments_For_Wordpress_Vuukle( '5.0.8', plugin_dir_path( __FILE__ ), plugin_dir_url( __FILE__ ), plugin_basename( __FILE__ ) ); 74 74 $plugin->run(); 75 75 } -
free-comments-for-wordpress-vuukle/trunk/public/partials/free-comments-for-wordpress-vuukle-public-comment-box.php
r2626729 r2627343 49 49 </div> 50 50 </amp-iframe> 51 <amp-ad width="336" 52 height="280" type="doubleclick" 53 data-slot="/213794966/amp/<?= $amp_host ?>-2" 54 data-enable-refresh="30" 55 data-multi-size="1x1,200x200,312x260,250x250,320x100,320x50,300x250,336x280" 56 rtc-config={"urls":[https://pb.vuukle.com/openrtb2/amp?tag_id=<?= $amp_host ?>&w=ATTR(width)&h=ATTR(height)&ow=ATTR(data-override-width)&oh=ATTR(data-override-height)&ms=ATTR(data-multi-size)&slot=ATTR(data-slot)&targeting=TGT&curl=CANONICAL_URL&timeout=TIMEOUT&adcid=ADCID&purl=HREF]}> 57 </amp-ad> 51 58 <?php 52 59 }
Note: See TracChangeset
for help on using the changeset viewer.