Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • ubelmort Friend
    #177291

    Youtube:

    It’s importing the Youtube as articles in K2 but it’s not importing the video, it’s just importing the cover image for the video. But it should be able to play the video in the popup window….

    Facebook:

    It just doesn’t work… I’ve tried multiple facebook user IDs and nothing. and yes I know how to get the FB ids.

    on a side note with Twitter, would it be possible to block it grabbing users? Like I’ve found a few users that just spam all day @diablo the same tweet and I just want to block that user completely so it doesn’t grab their tweets

    HeR0 Friend
    #454037

    <em>@ubelmort 320757 wrote:</em><blockquote>Youtube:

    It’s importing the Youtube as articles in K2 but it’s not importing the video, it’s just importing the cover image for the video. But it should be able to play the video in the popup window….

    Facebook:

    It just doesn’t work… I’ve tried multiple facebook user IDs and nothing. and yes I know how to get the FB ids.

    on a side note with Twitter, would it be possible to block it grabbing users? Like I’ve found a few users that just spam all day @diablo the same tweet and I just want to block that user completely so it doesn’t grab their tweets</blockquote>

    Hi Ubelmort
    Youtube: yes, it only get cover image and embeds link to k2 item, does not download video file.
    Facebook: you must input facebook page id not facebook user id

    Regards,

    dvoid Friend
    #454280

    For me in the standard video link in the menu its importing the link and the image but unlike your demo site when I click the video it redirects to youtube and doesnt play the video inside my joomwall as on your demo why or how to set so it does??

    ubelmort Friend
    #454326

    <em>@HeR0 321043 wrote:</em><blockquote>Hi Ubelmort
    Youtube: yes, it only get cover image and embeds link to k2 item, does not download video file.
    Facebook: you must input facebook page id not facebook user id

    Regards,</blockquote>

    Youtube: Per your Demo ( http://www.joomlart.com/demo/#joomla25-templates.joomlart.com/ja_wall/?utm_campaign=wall&utm_source=demotb ) it displays the video able to be played in the popup. Are you telling me that I would have to do that manually?

    Facebook: I’m not using “User ID’s” I’m using the account ID number that you get from https://graphs.facebook.com/“Username”

    I’m a Network Administrator and understand all the basics and most things I can fix myself. The issues I’m having are not your standard support issue but something that is wrong with the way your plugin is grabbing/formating the information.

    Thanh Nguyen Viet Friend
    #454420

    <em>@ubelmort 320757 wrote:</em><blockquote>Youtube:

    It’s importing the Youtube as articles in K2 but it’s not importing the video, it’s just importing the cover image for the video. But it should be able to play the video in the popup window….

    Facebook:

    It just doesn’t work… I’ve tried multiple facebook user IDs and nothing. and yes I know how to get the FB ids.

    on a side note with Twitter, would it be possible to block it grabbing users? Like I’ve found a few users that just spam all day @diablo the same tweet and I just want to block that user completely so it doesn’t grab their tweets</blockquote>

    Hello Ubelmort,

    – About Facebook issue: please open this link and replace facebook id with your own. You will see what Facebook will return for your account (Our plugin only support public page)
    http://www.facebook.com/feeds/page.php?id=327532013984207&format=rss20

    – About Twitter issue: to get tweet from specific user, your must use keyword with format ‘from:diablo’ not @diablo (that is search by mention)

    – About Youtube: please go to template manager => JA WALL then set “Popup preview” to “Yes”

    Regards,

    ubelmort Friend
    #454564

    <em>@Dead Code 321503 wrote:</em><blockquote>Hello Ubelmort,

    – About Facebook issue: please open this link and replace facebook id with your own. You will see what Facebook will return for your account (Our plugin only support public page)
    http://www.facebook.com/feeds/page.php?id=327532013984207&format=rss20

    – About Twitter issue: to get tweet from specific user, your must use keyword with format ‘from:diablo’ not @diablo (that is search by mention)

    – About Youtube: please go to template manager => JA WALL then set “Popup preview” to “Yes”

    Regards,</blockquote>

    Facebook – I’ve done that, before, it see’s the feed/content of the facebook. Its just not posting onto the site.

    Twitter – Thats good to know “from:diablo”

    Youtube – I don’t think you understand what I meant. Popup window works fine, it’s not Embedding the Video Feed to the K2 Article/Popup window to be played on my site. It’s only posting a cover image that is being linked back to a new youtube page

    HeR0 Friend
    #454867

    Hi Ubelmort
    <blockquote>Youtube – I don’t think you understand what I meant. Popup window works fine, it’s not Embedding the Video Feed to the K2 Article/Popup window to be played on my site. It’s only posting a cover image that is being linked back to a new youtube page </blockquote>
    Please provide your site link and admin account via PM , i need to check this and try to sort it out.

    Regards

    ubelmort Friend
    #455452

    I’ve PM’d you the information – But your out for the rest of the week so i’m SOL til next week

    marek100 Friend
    #455716

    <em>@ubelmort 321676 wrote:</em><blockquote>

    Youtube – I don’t think you understand what I meant. Popup window works fine, it’s not Embedding the Video Feed to the K2 Article/Popup window to be played on my site. It’s only posting a cover image that is being linked back to a new youtube page</blockquote>

    I have the same problem – anyone has a solution for it?

    Thanh Nguyen Viet Friend
    #455824

    Hello,

    to solve Youtube issue, please do fowllowing steps:

    1. open the file: plugins/system/jasocial_feed/jasocial_feed.php

    Find this code snippet:

    [PHP]$title = $dt->title->{‘$t’};
    $tcontent = $this->getYoutubeContent($dt->content->{‘$t’});[/PHP]

    And replace it with:
    [PHP]$title = $dt->title->{‘$t’};
    $tcontent = ‘<div class=”player”><iframe class=”youtube-player” type=”text/html” width=”480″ height=”360″ src=”http://www.youtube.com/embed/’.$etid.’?wmode=opaque” frameborder=”0″></iframe></div>’;
    $tcontent .= $this->getYoutubeContent($dt->content->{‘$t’});[/PHP]

    2. open the file: plugins/system/jasocial_feed/tables/joomla.php

    Find and remove this code snippet:

    [PHP]if($source==’youtube’){
    $source_content = ‘
    <div class=”player”>
    <iframe class=”youtube-player” type=”text/html” width=”480″ height=”360″ src=”http://www.youtube.com/embed/’.$post[‘source_id’].’?wmode=opaque” frameborder=”0″></iframe>
    </div>’
    .$source_content;
    }[/PHP]

    3. Open plugin manager page, search tinymce editor, and open its configuration form, update value of the field ‘Prohibited Elements’ to ‘script,applet’ (was ‘script,applet,iframe’)

    studioinsight Friend
    #456672

    I modified the scripts but I can not see the video in pop.
    my url: http://www.agostinosella.it/index.php

    thanks
    Marlais

    Thanh Nguyen Viet Friend
    #456722

    <em>@studioinsight 324362 wrote:</em><blockquote>I modified the scripts but I can not see the video in pop.
    my url: http://www.agostinosella.it/index.php

    thanks
    Marlais</blockquote>

    You need delete old post (also empty trash), and import video again.

    Or you can wait for new version (1.0.2), We’ll release it on next week.
    I have fixed this issue on that version

    studioinsight Friend
    #456745

    I deleted the old post and now it works, but the image appears in the popup with the video. you can watch here: http://www.agostinosella.it/index.php


    1. FireShot-Screen-Capture-026-Il-Blog-di-Agostino-Sella-www_agostinosella_it_index_php
    Thanh Nguyen Viet Friend
    #456766

    You can use css to hide this image. Please add following css code snippet at the end of the file:
    templates/ja_wall/css/k2.css

    .itemFullText .youtube-item img {
    display:none;
    }

Viewing 14 posts - 1 through 14 (of 14 total)

This topic contains 14 replies, has 6 voices, and was last updated by  Thanh Nguyen Viet 11 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum