The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!
You are not logged in.
Pages: 1
Hello, i need to know what is the code in the script for the video url.
I remember in AVS it was {$baseurl}/video/{$video.VID}/{$video.title}
What is in ASPro?
Offline
BASE_URL.'/'.$video['video_id'].'/'.$video['slug'] OR BASE_URL.'/'.$this->video['video_id'].'/'.$this->video['slug'].'/'
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
So, no brackets? {}
Also, i need to put in header to do something only whe video watch page is loaded. With AVS i remember it was {if isset($video.VID)}<link rel="image_src" href="the thumb" />{/if} . How would it be with ASPro?
Offline
<?php if (isset($this->video['video_id'])): ?>
<link rel="image_src" href="<?php echo THUMB_URL,'/',path($this->video['video_id']),'/',$this->video['thumb'],'.jpg'; ?>" />
<?php endif; ?>
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
BASE_URL.'/'.$video['video_id'].'/'.$video['slug'] OR BASE_URL.'/'.$this->video['video_id'].'/'.$this->video['slug'].'/'
This doesn't work. The facebook comments plugin does not take it.
I just need the video url so facebook comments can use the url for each video...
Offline
Which did you use? When you view the source of the page, do you see the url?
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Pages: 1