Viewing 13 replies - 1 through 13 (of 13 total)
  • Thread Starter Tony Bellardi

    (@chitarristiorg)

    i can see the link to the youtuve video in the desciption can i see embeded directly ? thanks….

    Thread Starter Tony Bellardi

    (@chitarristiorg)

    i must have only youtube url and not:

    Read More .feedzy-rss-link-icon

    Hi @chitarristiorg,

    Thanks for choosing Feedzy!

    Please follow the steps provided here to embed audios to posts.

    Have a nice day!

    Thread Starter Tony Bellardi

    (@chitarristiorg)

    i have searched and re searched it !! thanks !

    Thread Starter Tony Bellardi

    (@chitarristiorg)

    it is possible with youtube video too ? because now created a “read more” link and not embeded video.

    Hi @chitarristiorg!

    Please check this article that should help solve your issue. Keep in mind that importing the videos, not just displaying them, is possible only with the Pro version of the plugin.

    I hope this helps!

    Thread Starter Tony Bellardi

    (@chitarristiorg)

    ih thanks for help… my problem is not for creating feed url.. my problem is when i import the feed anche the url of youtube become

    i don’t whant a clikable link but only the url of a video

    it is possible ?

    Thread Starter Tony Bellardi

    (@chitarristiorg)

    in this way, just like it happened now, also on my site I would see the video that I can watch without leaving the site! like here in the forum.

    Thread Starter Tony Bellardi

    (@chitarristiorg)

    i must insert these:

    <figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">https://www.youtube.com/watch?v=MgP2WkMZEiM</div></figure>

    in to these:

    // Get translated item link text.
    			$item_link_txt = __( 'Read More', 'feedzy-rss-feeds' );
    			if ( $import_auto_translation && false !== strpos( $import_content, '[#item_url]' ) ) {
    				$item_link_txt = apply_filters( 'feedzy_invoke_auto_translate_services', $item_link_txt, '[#item_url]', $import_translation_lang, $job, $language_code, $item );
    			}
    
    			$item_link = '<a href="' . $item['item_url'] . '" target="_blank" class="feedzy-rss-link-icon">' . $item_link_txt . '</a>';
    
    			// Rewriter item title from feedzy API.
    			if ( $rewrite_service_endabled && false !== strpos( $post_title, '[#title_feedzy_rewrite]' ) ) {
    				$title_feedzy_rewrite = apply_filters( 'feedzy_invoke_content_rewrite_services', $item['item_title'], '[#title_feedzy_rewrite]', $job, $item );
    				$post_title           = str_replace( '[#title_feedzy_rewrite]', $title_feedzy_rewrite, $post_title );
    			}
    
    			$item_link = '<a href="' . $item['item_url'] . '" target="_blank" class="feedzy-rss-link-icon">' . __( 'Read More', 'feedzy-rss-feeds' ) . '</a>';

    or change a little i’m not a programmer ??

    Thread Starter Tony Bellardi

    (@chitarristiorg)

    he must rewritter only a url !

    Plugin Support Stefan Cotitosu

    (@stefancotitosu)

    Hi @chitarristiorg,

    The embedded video won’t appear on the archive page where posts are listed, however, it is possible to achieve this on the single post layout by using the iframe tags in the Content field of Feedzy Import job.

    The following rule needs to be defined for the iframe tag to work in this field.

    I hope this will help.

    Thread Starter Tony Bellardi

    (@chitarristiorg)

    	// Get translated item link text.
    			$item_link_txt = __( 'Read More', 'feedzy-rss-feeds' );
    			if ( $import_auto_translation && false !== strpos( $import_content, '[#item_url]' ) ) {
    				$item_link_txt = apply_filters( 'feedzy_invoke_auto_translate_services', $item_link_txt, '[#item_url]', $import_translation_lang, $job, $language_code, $item );
    			}
    

    now work and feed import a youtube video playable for example https://www.publicmusic.it/2023/08/30/chase-bliss-reverse-mode-c-multidirectional-delay/

    Hi @chitarristiorg,

    Thanks for sharing your solution with the community!

    Have a nice day ahead!

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘try to import youtube playlist’ is closed to new replies.