• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Implement share buttons and "embed code" in default theme

Started by TigerClaw,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

TigerClawTopic starter

I searched the forum but I can't find it.
How I can implement share buttons and the "embed code" button in the default theme?

Thanks
  •  

PHPVibe A.

Hi,

Html for the button

<a id="embedit" href="javascript:void(0)" class="tipW" title="Embed video"><i class="icon-youtube-play"></i> Embed Code</a>



Jquery:

$("#embedit").click(function(){
    $(".video-share").toggleClass('hide');
  });


And the class add
<div class="video-share">   
to
<div class="video-share hide">   

 

Similar topics (7)

Important Announcement: PHPVibe Video Sharing CMS End of Life

Started by Marius P.


Replies: 1
Views: 35257

The problem of video viewing PHPVibe 5.0

Started by Nayn


Replies: 25
Views: 62698

embed video does not work on v5

Started by neospider69


Replies: 6
Views: 43187

when slecting to unpublish music mp3 - next page says unpublished video ?

Started by spirog


Replies: 2
Views: 3625

insite ads issue when selecting above/below video player location

Started by georgepanaitescu


Replies: 3
Views: 18829

Video that I've uploaded needs to have that value in admin to upload

Started by spirog


Replies: 4
Views: 2481

video,playlist,images, etc. (frontend) select all deselect all reselect all

Started by spirog


Replies: 3
Views: 2724