• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Facebook Og tags for Channels [Solved]

Started by hunt07777,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

hunt07777Topic starter

Mario...
I want to highlight the channels and share them on facebook...
So how do I do the code for...

<meta property="og:image" content="CHANNEL IMAGE" />
<meta property="og:description" content="CHANNEL DESCRIPTION"/>
<meta property="og:title" content="CHANNEL TITLE" />

so that the above code only appears on /channel/ header??

for channel only??

this way I can share, and users can share the channels..

Thanks bud... I really believe this would be a great improvement for the platform.

Appreciate you Mario!!!
  •  

Marius P.


In tpl.global.php under the same thing for videos add:

if(com() == channel) {
global $channel;
$meta .= '
<meta property="og:image" content="'.thumb_fix($channel->picture).'" />
<meta property="og:description" content="'._html($channel->cat_name).'"/>
<meta property="og:title" content="'._html($channel->cat_desc).'" />';
}
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

hunt07777Topic starter

I noticed that the title code and the description code were reversed above..
Tested it.. and it works great!!!

I added it right before...  if(com() == video) {  ...


Great Job Mario...

Plus I also noticed that the images on the channels will import any size which is perfect for Facebook Social Sharing!!!

Great Job Mario!!!

Topic Solved!!!
  •  

Marius P.

Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

 

Similar topics (7)

Important Announcement: PHPVibe Video Sharing CMS End of Life

Started by Marius P.


Replies: 1
Views: 40221

The problem of video viewing PHPVibe 5.0

Started by Nayn


Replies: 25
Views: 70985

embed video does not work on v5

Started by neospider69


Replies: 6
Views: 51135

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

Started by spirog


Replies: 2
Views: 4446

Better Idea for PHPVibe v5 Channels page

Started by DeadFish


Replies: 2
Views: 3941

insite ads issue when selecting above/below video player location

Started by georgepanaitescu


Replies: 3
Views: 22820

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

Started by spirog


Replies: 4
Views: 5849