Please Add Share Links
#1 Guest_dsamorano_*
Posted 17 September 2014 - 09:54 AM
#2
Posted 17 September 2014 - 09:36 PM
Hello dsamorano,
We love suggestions! Please submit all feature requests here: https://github.com/t...els/enhancement
Thanks!
Want a faster, more personalized support experience? Open a ticket with us! We will be gradually phasing out forum-based support in favor of a proper ticketing system. Please help us help you!
#3
Posted 17 September 2014 - 11:02 PM
I would like to see a facebook twitter etc share link at the bottom of each thumbnail. Then link should capture the youtube video link and reference the site it came from. I know the thumbnails can be dynamic and change every time, so it would be impossible to link to the page directly. Example youtube video id abcdefghij would look like this http://mysite.com/sh...link=abcdefghij
and on the page that opens have it show the single video link [tubepress video="<?php echo $id;?>"]
Using wordpress have a option in settings enable thumbnail share. Wordpress admin creates a page called share that will dynamically load the video. http://www.mysite.co...e?id=abcdefghij
Here is a live sample I have a php plugin installed that allows me to run a video from url. Try it out change the youtube video id and paste the url to our browser...please please add the share links!
URL:
http://tejanotube.co...ink=418gxXdRzGo
PAGE CODE:
<h2>WATCH MORE VIDEOS ENTER A SEARCH BELOW</h2>
[tejanotube output="ajaxSearchInput" searchResultsDomId="#resultsDiv" searchProvider="youtube" playerImplementation="provider_based" galleryId="9999"]
<?php $id = $_GET['id_link'];?>
<div id="resultsDiv">[tejanotube video="<?php echo $id;?>"] </div>
PLUGIN:
The PHP Execution Plugin
All you guys have to do is create the links at the bottom of each thumbnail that appends the youtube id to the end of the url http://tejanotube.co...ink=418gxXdRzGo
#4
Posted 17 September 2014 - 11:05 PM
this will help us get more back links and make our sites get better seo ranking...