Changeset 667330
- Timestamp:
- 02/13/2013 10:24:22 AM (13 years ago)
- Location:
- fonetic-web-callback/trunk
- Files:
-
- 2 edited
-
fonetic.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fonetic-web-callback/trunk/fonetic.php
r667325 r667330 175 175 176 176 $this->wpdb->insert($this->table_name, array( 177 'javascript' => " 178 <!--Fonetic Widget--> 179 <script type='text/javascript'> 180 var widgetOptions = { 181 'key': '8f00879506a81621b16bbc544d45b23b', // votre cle fonetic (short) 182 'tab': { 183 'enabled': true, // activer le bouton 184 'animated': true, // animation du bouton 185 'inverted': true, // inversion des couleurs 186 'label': 'Fonetic Express Wordpress', // label du bouton 187 'color': 'FF6633', // couleur du bouton 188 'position': 'top-right', // position du bouto 189 'font': 'OpenSans-Regular' // police du texte 190 }, 191 'overlay': { 192 'background_color': '333333', // couleur de l'overlay 193 'background_opacity': '70', // opacite de l'overlay 194 'border_color': '333333', // couleur de la bordure 195 'border_size': '4' // couleur de la bordure 196 } 197 }; 198 (function() { 199 var el = document.createElement('script'); 200 el.type = 'text/javascript'; 201 el.src = ('https:' == document.location.protocol ? 'https:// : 'http:// ) + 'widget.fonetic.fr/widget.js'; 202 var s = document.getElementsByTagName('script')[0]; 203 s.parentNode.insertBefore(el, s); 204 })(); 205 </script> 206 <!--/Fonetic Widget--> 207 ", 177 'javascript' => "" 208 178 )); 209 179 } -
fonetic-web-callback/trunk/readme.txt
r667325 r667330 65 65 == Changelog == 66 66 67 = 1.0.6 = 68 * Set default value for database 69 67 70 = 1.0.5 = 68 71 * Update screenshot and comments
Note: See TracChangeset
for help on using the changeset viewer.