Changeset 1628798
- Timestamp:
- 04/04/2017 03:58:44 AM (9 years ago)
- Location:
- embed-facebook-page/trunk
- Files:
-
- 2 edited
-
embed-facebook-page.php (modified) (11 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
embed-facebook-page/trunk/embed-facebook-page.php
r1503878 r1628798 181 181 ?> 182 182 <p> 183 <label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title:' ); ?></label>183 <label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title:','embed_facebook_page' ); ?></label> 184 184 <input class="widefat" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->get_field_name( 'title' ); ?>" type="text" value="<?php echo esc_attr( $title ); ?>" /> 185 185 </p> 186 186 <p> 187 <label for="<?php echo $this->get_field_id( 'facebook_app_id' ); ?>"><?php _e( 'Facebook App ID:' ); ?></label>187 <label for="<?php echo $this->get_field_id( 'facebook_app_id' ); ?>"><?php _e( 'Facebook App ID:','embed_facebook_page' ); ?></label> 188 188 <input class="widefat" id="<?php echo $this->get_field_id( 'facebook_app_id' ); ?>" name="<?php echo $this->get_field_name( 'facebook_app_id' ); ?>" type="text" value="<?php echo esc_attr( $facebook_app_id ); ?>" > 189 189 </p> 190 190 <p> 191 <label for="<?php echo $this->get_field_id( 'facebook_url' ); ?>"><?php _e( 'Facebook URL:' ); ?></label>191 <label for="<?php echo $this->get_field_id( 'facebook_url' ); ?>"><?php _e( 'Facebook URL:','embed_facebook_page' ); ?></label> 192 192 <input class="widefat" id="<?php echo $this->get_field_id( 'facebook_url' ); ?>" name="<?php echo $this->get_field_name( 'facebook_url' ); ?>" type="text" value="<?php echo esc_attr( $facebook_url ); ?>" > 193 193 </p> … … 200 200 value="true" 201 201 <?php if ( isset( $friend_faces ) && $friend_faces=='true' ) { echo 'checked="checked"'; } ?>/> 202 <label for="<?php echo $this->get_field_id( 'friend_faces' ); ?>"><?php _e( 'Show Friend\'s Faces' ); ?></label>202 <label for="<?php echo $this->get_field_id( 'friend_faces' ); ?>"><?php _e( 'Show Friend\'s Faces','embed_facebook_page' ); ?></label> 203 203 </p> 204 204 <p> … … 210 210 value="true" 211 211 <?php if ( isset( $show_page_posts ) && $show_page_posts=='true' ) { echo 'checked="checked"'; } ?>/> 212 <label for="<?php echo $this->get_field_id( 'show_page_posts' ); ?>"><?php _e( 'Show Page Posts' ); ?></label>212 <label for="<?php echo $this->get_field_id( 'show_page_posts' ); ?>"><?php _e( 'Show Page Posts','embed_facebook_page' ); ?></label> 213 213 </p> 214 214 <p> … … 220 220 value="true" 221 221 <?php if ( isset( $hide_cover_photo ) && $hide_cover_photo=='true' ) { echo 'checked="checked"'; } ?>/> 222 <label for="<?php echo $this->get_field_id( 'hide_cover_photo' ); ?>"><?php _e( 'Hide Cover Photo' ); ?></label>222 <label for="<?php echo $this->get_field_id( 'hide_cover_photo' ); ?>"><?php _e( 'Hide Cover Photo','embed_facebook_page' ); ?></label> 223 223 </p> 224 224 … … 231 231 value="true" 232 232 <?php if ( isset( $use_small_header ) && $use_small_header=='true' ) { echo 'checked="checked"'; } ?>/> 233 <label for="<?php echo $this->get_field_id( 'use_small_header' ); ?>"><?php _e( 'Use Small Header' ); ?></label>233 <label for="<?php echo $this->get_field_id( 'use_small_header' ); ?>"><?php _e( 'Use Small Header','embed_facebook_page' ); ?></label> 234 234 </p> 235 235 … … 244 244 value="true" 245 245 <?php if ( isset( $adapt_to_plugin_container_width ) && $adapt_to_plugin_container_width=='true' ) { echo 'checked="checked"'; } ?>/> 246 <label for="<?php echo $this->get_field_id( 'adapt_to_plugin_container_width' ); ?>"><?php _e( 'Adapt to plugin container width' ); ?></label>246 <label for="<?php echo $this->get_field_id( 'adapt_to_plugin_container_width' ); ?>"><?php _e( 'Adapt to plugin container width','embed_facebook_page' ); ?></label> 247 247 </p> 248 248 … … 255 255 value="true" 256 256 <?php if ( isset( $hide_call_to_action ) && $hide_call_to_action=='true' ) { echo 'checked="checked"'; } ?>/> 257 <label for="<?php echo $this->get_field_id( 'hide_call_to_action' ); ?>"><?php _e( 'Hide the custom call to action button' ); ?></label>257 <label for="<?php echo $this->get_field_id( 'hide_call_to_action' ); ?>"><?php _e( 'Hide the custom call to action button','embed_facebook_page' ); ?></label> 258 258 </p> 259 259 <hr/> … … 267 267 value="timeline" 268 268 <?php if ( isset( $timeline ) && $timeline=='timeline' ) { echo 'checked="checked"'; } ?>/> 269 <label for="<?php echo $this->get_field_id( 'timeline' ); ?>"><?php _e( 'Show Timeline Tab' ); ?></label>269 <label for="<?php echo $this->get_field_id( 'timeline' ); ?>"><?php _e( 'Show Timeline Tab','embed_facebook_page' ); ?></label> 270 270 </p> 271 271 <p> … … 277 277 value="messages" 278 278 <?php if ( isset( $messages ) && $messages=='messages' ) { echo 'checked="checked"'; } ?>/> 279 <label for="<?php echo $this->get_field_id( 'messages' ); ?>"><?php _e( 'Show Messages Tab' ); ?></label>279 <label for="<?php echo $this->get_field_id( 'messages' ); ?>"><?php _e( 'Show Messages Tab','embed_facebook_page' ); ?></label> 280 280 </p> 281 281 <p> … … 287 287 value="events" 288 288 <?php if ( isset( $events ) && $events=='events' ) { echo 'checked="checked"'; } ?>/> 289 <label for="<?php echo $this->get_field_id( 'events' ); ?>"><?php _e( 'Show Events Tab' ); ?></label>289 <label for="<?php echo $this->get_field_id( 'events' ); ?>"><?php _e( 'Show Events Tab','embed_facebook_page' ); ?></label> 290 290 </p> 291 291 292 292 <hr/> 293 293 <p> 294 <label for="<?php echo $this->get_field_id('width') ?>"><?php _e('Width: ' ); ?></label>294 <label for="<?php echo $this->get_field_id('width') ?>"><?php _e('Width: ','embed_facebook_page'); ?></label> 295 295 <input id="<?php echo $this->get_field_id('width') ?>" name="<?php echo $this->get_field_name('width') ?>" size="6" value="<?php echo $width; ?>"> 296 296 <br/> … … 298 298 </p> 299 299 <p> 300 <label for="<?php echo $this->get_field_id('height') ?>"><?php _e('Height: ' ); ?></label>300 <label for="<?php echo $this->get_field_id('height') ?>"><?php _e('Height: ','embed_facebook_page'); ?></label> 301 301 <input id="<?php echo $this->get_field_id('height') ?>" name="<?php echo $this->get_field_name('height') ?>" size="6" value="<?php echo $height; ?>"> 302 302 <br/> -
embed-facebook-page/trunk/readme.txt
r1484790 r1628798 3 3 Tags: Facebook, page, post, share, widget, embed,facebook page plugin, facebook likebox 4 4 Requires at least: 3.5.1 5 Tested up to: 4. 65 Tested up to: 4.7 6 6 Stable tag: 1.0.0 7 7
Note: See TracChangeset
for help on using the changeset viewer.