- This topic has 1 reply, 2 voices, and was last updated 12 years, 8 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Lightbox Ultimate › Lightbox Ultimate – Add custom tracking code
Tagged: lightbox ultimate tracking code
I’m using the “FlowPlayer” option with the “Lightbox Ultimate Plugin”, and since the plugin puts [short code] into my post instead of the flowplayer files, I’m unable to add the TubeMogul InPlay tracking stats code to the FlowPlayer video code.
Any ideas on how to edit the FlowPlayer video code that is placed via the short code, so I can add my TubeMogul InPlay tracking code?
Here’s a video on how to add the code;
Hi, You can’t pass any code through shortcode but you can grab the HTML code for the Flowplayer shortcode after the the page is loaded. Simply right click on your mouse and select “view source”. It would be something like the following:
<div class="lightbox_ultimate_anchor lightbox_ultimate_text_anchor ">
<a href="#" class="wp_lightbox_fp_trigger" rel="#wplu4f763ea1e3250">Click here to open the video</a>
<div id="wplu4f763ea1e3250" class="lightbox_ultimate_fp_overlay" style="width:640px;">
<a class="player" href="http://www.example.com/test.mp4" style="display:block;width:640px;height:480px;"></a>
</div>
</div>
Copy this code to your post/page editor (HTML view). You can now add whatever you want to (example – tracking code).
Let me know if it works.