Changeset 900451
- Timestamp:
- 04/22/2014 08:20:45 PM (12 years ago)
- Location:
- like-gate/trunk
- Files:
-
- 3 edited
- 1 copied
-
css/main.min.css (copied) (copied from like-gate/trunk/css/main.css) (1 diff)
-
readme.txt (modified) (4 diffs)
-
tinymce/editor_plugin.js (modified) (2 diffs)
-
tinymce/editor_plugin.min.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
like-gate/trunk/css/main.min.css
r671039 r900451 1 2 .app_table { 3 width: 30%; 4 } 5 6 .app_table td { 7 padding:10px; 8 } 9 10 .app_hide { 11 display: none; 12 } 13 14 .webweb_wp_plugin input.ww_text { 15 min-width:220px; 16 } 17 18 /*.webweb_wp_plugin input[type="text"] { 19 min-width:220px; 20 }*/ 21 22 .form-table textarea { 23 width:550px; 24 } 25 26 .success, .app_success { 27 color: green; 28 } 29 30 .app_error, .app_delete_button { 31 color: red; 32 } 33 34 .app_newsletter_box, .app_message_box { 35 _margin: 5px 5px 15px; 36 margin: 0; 37 padding:5px; 38 background-color: #ffffcc; 39 border: 2px dashed #777; 40 } 41 42 /* .asterisk is for the *naked* newsletter signup form (mailchimp) */ 43 .asterisk, .app_asterisk { 44 color: red; 45 } 46 47 .webweb_wp_plugin_like_gate_admin .main_content { 48 float: left; 49 margin: 0; 50 padding: 0; 51 width: 75%; 52 vertical-align: top; 53 } 54 55 .webweb_wp_plugin_like_gate_admin .admin_sidebar { 56 float: right; 57 margin: 0; 58 padding: 0; 59 width: 20%; 60 } 1 .app_table{width:30%} 2 .app_table td{padding:10px} 3 .app_hide{display:none} 4 .webweb_wp_plugin input.ww_text{min-width:220px} 5 .form-table textarea{width:550px} 6 .success,.app_success{color:green} 7 .app_newsletter_box,.app_message_box{_margin:5px 5px 15px;background-color:#ffc;border:2px dashed #777;margin:0;padding:5px} 8 .webweb_wp_plugin_like_gate_admin .main_content{float:left;width:75%;vertical-align:top;margin:0;padding:0} 9 .webweb_wp_plugin_like_gate_admin .admin_sidebar{float:right;width:20%;margin:0;padding:0} 10 .app_error,.app_delete_button,.asterisk,.app_asterisk{color:red} -
like-gate/trunk/readme.txt
r845062 r900451 4 4 Tags: wordpress,wp,plugins,facebook,fb,like,likes,socia media,social media,viral,viral content,graph,open graph,open,free,Like Locker,Like Locker Pro,likes,like unlocker,unlocker,like to read,read like,read like pro,pro,Facebook Share to Unlock, Like to Unlock, Share Lock, Like Lock,share,facebook unlock,facebook lock,facebook locker, like button, open graph protocol, social plugins, for wordpress, button, widget, sidebar widget, shortcode, like, generator, socialwidget, likebutton, gb-world,gbworld, meta tags, shortcode like, gbwiki, gb-world, exclude, live support, recommend, featured image, featured post, dynamic, twitter, twitter button, page, plugin, post, wordpress like, recommendation, widgets, activity feed, fblike, fb like, opengraph, analyse,analyze, iframe, xfbml, javasdk, send button, send, sendbutton, new, update, url linter, lint, tools, facebook url linter, template, template function, php, php function, connect, simple, otto, otto42, javascript, comments, share, status 5 5 Requires at least: 3.0 6 Tested up to: 3. 8.17 Stable tag: 1.1. 36 Tested up to: 3.9 7 Stable tag: 1.1.4 8 8 License: GPLv2 or later 9 9 … … 47 47 = Author = 48 48 49 Svetoslav Marinov (Slavi) | <a href="http://orbisius.com" title="Custom WordPress Development, Word press Plugin Development, Facebook App Development in Niagara Falls, St. Catharines, Ontario, Canada" target="_blank">WordPress Consultant - Orbisius.com</a>49 Svetoslav Marinov (Slavi) | <a href="http://orbisius.com" title="Custom WordPress Development, WordPress Plugin Development, Facebook App Development in Niagara Falls, St. Catharines, Ontario, Canada" target="_blank">WordPress Consultant - Orbisius.com</a> 50 50 51 51 = Support = … … 57 57 58 58 = Automatic Install = 59 Please go to Word press Admin > Plugins > Add New Plugin > Search for: Like Gate and then press install59 Please go to WordPress Admin > Plugins > Add New Plugin > Search for: Like Gate and then press install 60 60 61 61 = Manual Installation = … … 97 97 98 98 == Changelog == 99 100 = 1.1.4 = 101 * Made TinyMCE/editor plugin compatible with WP 3.9 102 * Added a minified admin .css file 99 103 100 104 = 1.1.3 = -
like-gate/trunk/tinymce/editor_plugin.js
r770561 r900451 34 34 35 35 // Add a node change handler, selects the button in the UI when a image is selected 36 ed.onNodeChange.add(function(ed, cm, n) {36 /*ed.onNodeChange.add(function(ed, cm, n) { 37 37 cm.setActive('like_gate', n.nodeName == 'IMG'); 38 }); 38 });*/ 39 39 }, 40 40 … … 50 50 author : 'Svetoslav Marinov (Slavi)', 51 51 authorurl : 'http://orbisius.com', 52 infourl : ' club.orbisius.com/products/wordpress-plugins/',52 infourl : 'http://club.orbisius.com/products/wordpress-plugins/like-gate/', 53 53 version : "1.0.0" 54 54 }; -
like-gate/trunk/tinymce/editor_plugin.min.js
r770561 r900451 1 (function(){tinymce.PluginManager.requireLangPack("like_gate");tinymce.create("tinymce.plugins.like_gate",{init:function(e,t){e.addCommand("mcelike_gate",function(){e.windowManager.open({file:ajaxurl+"?action=like_gate_ajax_render_popup_content",width:600+e.getLang("like_gate.delta_width",0),height:400+e.getLang("like_gate.delta_height",0),inline:1},{plugin_url:t})});e.addButton("like_gate",{title:"Like Gate",cmd:"mcelike_gate",image:t+"/../images/icon.png"}) ;e.onNodeChange.add(function(e,t,n){t.setActive("like_gate",n.nodeName=="IMG")})},getInfo:function(){return{longname:"Like Gate",author:"Svetoslav Marinov (Slavi)",authorurl:"http://orbisius.com",infourl:"club.orbisius.com/products/wordpress-plugins/",version:"1.0.0"}}});tinymce.PluginManager.add("like_gate",tinymce.plugins.like_gate)})()1 (function(){tinymce.PluginManager.requireLangPack("like_gate");tinymce.create("tinymce.plugins.like_gate",{init:function(e,t){e.addCommand("mcelike_gate",function(){e.windowManager.open({file:ajaxurl+"?action=like_gate_ajax_render_popup_content",width:600+e.getLang("like_gate.delta_width",0),height:400+e.getLang("like_gate.delta_height",0),inline:1},{plugin_url:t})});e.addButton("like_gate",{title:"Like Gate",cmd:"mcelike_gate",image:t+"/../images/icon.png"})},getInfo:function(){return{longname:"Like Gate",author:"Svetoslav Marinov (Slavi)",authorurl:"http://orbisius.com",infourl:"http://club.orbisius.com/products/wordpress-plugins/like-gate/",version:"1.0.0"}}});tinymce.PluginManager.add("like_gate",tinymce.plugins.like_gate)})()
Note: See TracChangeset
for help on using the changeset viewer.