Hello,
If you want to show YouTube video, you can use the next code:
Code: |
<a href="http://www.youtube.com/watch?v=qqXi8WmQ_WM" rel="prettyPhoto" title="">Video</a>
|
This code requires "System - ARI Pretty Photo" plugin.
or you can use the following code:
Code: |
{ariprettyphoto activeType="rcontent" width="300" height="250" url="http://www.youtube.com/watch?v=qqXi8WmQ_WM" link="Show video" title="Video"}{/ariprettyphoto}
|
This code requires "System - ARI Pretty Photo Anywhere" plugin. That group mixed content into a gallery, use "groupName" attribute of {ariprettyphoto} tag, it will look like:
Code: |
{ariprettyphoto groupName="GALLERY_NAME"}
....
{/ariprettyphoto}
|
or the following "rel" for anchor tag if you use "System - ARI Pretty Photo" plugin:
Code: |
<a ref="prettyPhoto[GALLERY_NAME]">
...
</a>
|
Where GALLERY_NAME is gallery ID. Content items with different gallery ID will be grouped in different gallery.
Regards,
ARI Sfot