Changeset 2008184
- Timestamp:
- 01/08/2019 05:58:21 AM (7 years ago)
- Location:
- plinks
- Files:
-
- 10 added
- 2 edited
-
tags/1.0.2 (added)
-
tags/1.0.2/languages (added)
-
tags/1.0.2/languages/plinks-de_DE.mo (added)
-
tags/1.0.2/languages/plinks-de_DE.po (added)
-
tags/1.0.2/languages/plinks-sr_RS.mo (added)
-
tags/1.0.2/languages/plinks-sr_RS.po (added)
-
tags/1.0.2/plinks.css (added)
-
tags/1.0.2/plinks.php (added)
-
tags/1.0.2/plinks_settings.php (added)
-
tags/1.0.2/readme.txt (added)
-
trunk/plinks.php (modified) (4 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plinks/trunk/plinks.php
r2007657 r2008184 4 4 Plugin URI: https://powie.de/wordpress/plinks 5 5 Description: Link directory pageview with pagepeeker preview and shortcodes 6 Version: 1.0. 16 Version: 1.0.2 7 7 License: GPLv2 8 8 Author: Thomas Ehrhardt … … 13 13 14 14 //Define some stuff 15 define( 'PL_VERSION', '1.0. 1');15 define( 'PL_VERSION', '1.0.2'); 16 16 define( 'PL_PLUGIN_DIR', dirname( plugin_basename( __FILE__ ) ) ); 17 17 define( 'PL_PAGEPEEKER_URL', 'http://free.pagepeeker.com/v2/thumbs.php?size=%s&url=%s'); 18 18 define( 'PL_LOVE', 'Linkdirectory made with <a href="https://powie.de" target="_blank">Powies</a> pLinks Plugin '.PL_VERSION ); 19 define( 'PL_PAGEPEEKER_API_URL', 'https://api.pagepeeker.com/v2/thumbs.php?size=%s& code=%s&url=%s');19 define( 'PL_PAGEPEEKER_API_URL', 'https://api.pagepeeker.com/v2/thumbs.php?size=%s&url=%s'); 20 20 load_plugin_textdomain( 'plinks', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' ); 21 21 … … 66 66 $sc = '<!-- pLinks Plugin PagePeeker Output -->'; 67 67 if (get_option('ppapikey') != '') { 68 $sc.=sprintf( '<img src="'.PL_PAGEPEEKER_API_URL.'" border="0" alt="preview" />',$size , get_option('ppapikey') ,$url);68 $sc.=sprintf( '<img src="'.PL_PAGEPEEKER_API_URL.'" border="0" alt="preview" />',$size , $url); 69 69 } else { 70 70 $sc.=sprintf( '<img src="'.PL_PAGEPEEKER_URL.'" border="0" alt="preview" />',$size, $url); … … 99 99 $sc.=sprintf( ' <div style="float:left; padding-right:0.5em; padding-bottom:0.5em;"> 100 100 <img src="'.PL_PAGEPEEKER_API_URL.'" border="0" /> 101 </div> ',$websnapr_size, get_option('ppapikey'),$bm->link_url );101 </div> ',$websnapr_size, $bm->link_url ); 102 102 } else { 103 103 $sc.=sprintf( ' <div style="float:left; padding-right:0.5em; padding-bottom:0.5em;"> -
plinks/trunk/readme.txt
r2007657 r2008184 5 5 Requires at least: 4.0 6 6 Tested up to: 5.0.2 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 License: GPLv2 9 9 … … 19 19 [Demo 1](https://powie.de/links/) - 20 20 [Demo 2](https://www.jet-hangar.de/links/modell-hersteller/) - 21 [Demo 3](https:// www.be-webspace.de/referenzen/)21 [Demo 3](https://mountainbike-rennsteig.de/verzeichnis/) 22 22 23 23 = Including: = … … 60 60 Post it at my Forum: [powie.de Forum](https://forum.powie.de) 61 61 62 = I have an API Key but PagePeeker Screenshots arent displayd = 63 Make sure your Sites Domain is validated in your PagePeeker Account at [pagepeeker.com](http://pagepeeker.com/manage/sites.php) 64 62 65 == Changelog == 66 = 1.0.2 (08.01.2019) = 67 * API Support. No need to query the API Key. Make sure your Site is authed. 68 63 69 = 1.0.1 (07.01.2019) = 64 70 * API Support. If you have an API KEY, SSL is used
Note: See TracChangeset
for help on using the changeset viewer.