Title: ablesa's Replies | WordPress.org

---

# ablesa

  [  ](https://wordpress.org/support/users/ablesa/)

 *   [Profile](https://wordpress.org/support/users/ablesa/)
 *   [Topics Started](https://wordpress.org/support/users/ablesa/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ablesa/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ablesa/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ablesa/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ablesa/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ablesa/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Automatic Youtube Video Posts Plugin] AYVP and VIDEOZOOM theme](https://wordpress.org/support/topic/ayvp-and-videozoom-theme/)
 *  Thread Starter [ablesa](https://wordpress.org/support/users/ablesa/)
 * (@ablesa)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/ayvp-and-videozoom-theme/#post-4951118)
 * I have succeed in just posting in the table the EMBED code, like this on parse.
   php file:
 * function WP_ayvpp_add_meta($i) {
    global $tern_wp_youtube_fields,$tern_wp_youtube_array;
   foreach($tern_wp_youtube_fields as $v) { delete_post_meta($i,$v); if(!empty($
   tern_wp_youtube_array[$v]) or !empty($_POST[$v])) { $m = empty($tern_wp_youtube_array[
   $v]) ? $_POST[$v] : $tern_wp_youtube_array[$v]; //UPDATE META YOUTUBE update_post_meta(
   $i,$v,$m);
 *  }
    }
 *  $m = get_post_meta($i,’_thumbnail_id’,true);
    if(!wp_is_post_revision($i) and(!
   $m or empty($m) or (is_string($m) and strlen($m) < 1))) { //UPDATE META YOUTUBE
   update_post_meta($i,’_thumbnail_id’,$tern_wp_youtube_array[‘_tern_wp_youtube_video’]);
 *  //EMBED VIDEO FUNCTION
    //ADD NEW META FIELDS add_post_meta($i,’wpzoom_is_featured’,’
   1′); add_post_meta($i,’wpzoom_post_template’,’side-right’); add_post_meta($i,’
   wpzoom_post_embed_location’,’In the middle column’); add_post_meta($i,’wpzoom_video_type’,’
   external’); $embed_code='<iframe width=”420″ height=”315″ src=”//www.youtube.
   com/embed/’.$tern_wp_youtube_array[‘_tern_wp_youtube_video’].'” frameborder=”
   0″ allowfullscreen></iframe>’; add_post_meta($i,’wpzoom_post_embed_code’,$embed_code);
   add_post_meta($i,’wpzoom_post_embed_self’,”); add_post_meta($i,’wpzoom_post_embed_hd’,”);
   add_post_meta($i,’wpzoom_post_embed_skin’,’Five’); /*UPDATE USELESS META DATA
   update_post_meta($i,’_tern_wp_youtube_published’,”); update_post_meta($i,’_tern_wp_youtube_author’,”);
   update_post_meta($i,’_tern_wp_youtube_video’,”); update_post_meta($i,’_thumbnail_id’,”);*/
 *  }
    unset($m); return true; }
 * And making this change in the video.php file:
    function tern_wp_youtube_video_meta(
   $e=true) { /*global $post; $a = get_post_custom($post->ID); $s = ‘<div class=”
   tern_wp_youtube_video_meta_data”><div class=”tern_wp_youtube_video_meta”>’; $
   s .= tern_wp_youtube_author_link($a[‘_tern_wp_youtube_author’][0],false); $s .
   = empty($a[‘_tern_wp_youtube_published’][0]) ? ” : ‘<span>’.get_the_time(‘D, 
   F j, Y g:ia’).'</span>’; $s .= ‘<label>URL:</label><input type=”text” value=”‘.
   tern_wp_youtube_video_link($a[‘_tern_wp_youtube_video’][0],false).'” onmouseup
   =”this.select();” />’; $s .= ‘<label>Embed:</label><input type=”text” value=”‘.
   htmlentities(tern_wp_youtube_video(false)).'” onmouseup=”this.select();” />’;
   $s .= ‘</div></div>’; if($e) { echo $s; } return $s;*/ }
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Crafty Social Buttons] Triggered Fatal Error](https://wordpress.org/support/topic/triggered-fatal-error-2/)
 *  [ablesa](https://wordpress.org/support/users/ablesa/)
 * (@ablesa)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/triggered-fatal-error-2/#post-4801265)
 * I retrieve the same FATAL ERROR!!! :S
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Tag Cloud Widget] Tags all the same size](https://wordpress.org/support/topic/tags-all-the-same-size/)
 *  [ablesa](https://wordpress.org/support/users/ablesa/)
 * (@ablesa)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/tags-all-the-same-size/#post-4238405)
 * Kel ! could you tell me your social button, twitter and Facebook widget names?
   
   thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fast Secure Contact Form] Selectable recipients](https://wordpress.org/support/topic/selectable-recipients/)
 *  [ablesa](https://wordpress.org/support/users/ablesa/)
 * (@ablesa)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/selectable-recipients/#post-4496170)
 * Just click on the Email Settings tab, go to Email To section, and write down 
   your email one per each line.. like this:
 * Email address the messages are sent to (your email). For basic operation, just
   enter an email address or accept the suggested address already filled in for 
   you.
 * If you add multiple email addresses, a drop down list will be created on the 
   contact form. Each contact can have a name and an email address separated by 
   a comma. Separate each contact by pressing enter. If you need to add more than
   one contact, follow this example:
    Email address the messages are sent to (your
   email). For basic operation, just enter an email address. If you add multiple
   email addresses, a drop down list will be created on the contact form. Each contact
   can have a name and an email address separated by a comma. Separate each contact
   by pressing enter. If you need to add more than one contact, follow this example:
   If you need to use a comma in the name, escape it with a back slash, like this:\,
   Webmaster,user1@example.com Sales,user2@example.com
 * You can have multiple emails per contact using [cc]Carbon Copy. Separate each
   email with a semicolon. Follow this example:
    Sales,user3@example.com;user4@example.
   com;user5@example.com
 * You can specify [cc]Carbon Copy or [bcc]Blind Carbon Copy by using tags. Separate
   each email with a semicolon. Follow this example:
    Sales,user3@example.com;[cc]
   user1@example.com;[cc]user2@example.com;[bcc]user3@example.com;[bcc]user4@example.
   com

Viewing 4 replies - 1 through 4 (of 4 total)