Looking For A Way To Add Myself As A Spokemans On My Website

1 replies
  • WEB DESIGN
  • |
Hello Warriors,
I was wondering if you seen these sites that have spokesman / spokeswomen show up offering a special offer, EXAMPLE

Would that be a Plugin or Custom Script?


Thank You Warriors






**
#add #spokemans #website
  • Profile picture of the author Gh0zt
    Originally Posted by getsometraffic View Post

    Hello Warriors,
    I was wondering if you seen these sites that have spokesman / spokeswomen show up offering a special offer, EXAMPLE

    Would that be a Plugin or Custom Script?


    Thank You Warriors**
    Hey - it looks to be a plug-in... I went through the source code of the page and as I suspected, it is a javascript script (which you can install yourself) which plays a .flv file inside a .swf player (and also a second one which floats the little red advert).

    This is the code for the video:
    Code:
    <script type="text/javascript">     var cmdShown = false;      if (jwplayer.utils.hasFlash()) {         jwplayer("wc-video-container-player").setup({             allowfullscreen: false,              icons: false,             controlbar: "none",             "controlbar.idlehide": true,              levels: [{ file: "https://d2jc2pcqy05pmh.cloudfront.net/default_casters/webcaster-cloud-pro/boy4_btn2.flv" }],             modes: [                    { type: "flash", src: "http://hostcheapo.com/wp-content/plugins/webcaster-cloud-pro/casters/jwplayer/player.swf", config: { wmode: "transparent" } },                 { type: "html5"},                 { type: "download" }             ]         });                  jwplayer().onTime(function(e) {             if (e.position >= 3 && !cmdShown) {                 jQuery("#wc-display-content").show();                                  var left = (screen.width/2) - 300;                 jQuery('#wc-video-container').css('right', left+'px');                cmdShown = true;                         }         });         jwplayer().onReady(function() {             jQuery("#wc-overlay").fadeIn("fast");         })                  jQuery(document).ready(function() {                                           var left = (screen.width/2) - 300;                 jQuery('#wc-video-container').css('right', left+'px');            jQuery("#wc-close-button").click(function() {                 setWcCookie();                wcCloseVideo();             })             jQuery("#wc-overlay").click(function() {                 wcCloseVideo();             });                          jQuery("#wc-video-container").mouseenter(function() {                 jQuery("#wc-close-button-container a").show();             })                          jQuery("#wc-video-container").mouseleave(function() {                 jQuery("#wc-close-button-container a").fadeOut("fast");             })         })                  function wcPlayVideo() {             jQuery("#wc-video-container").fadeIn("fast", function() {                 jQuery(this).width(jQuery('[id^="wc-video-container-player"]').width() + jQuery('#wc-display-content').width());                 jwplayer().stop();                 jwplayer().play();             })         }                  function wcCloseVideo() {             jQuery("#wc-video-container").fadeOut();             jQuery("#wc-overlay").fadeOut();             jQuery("#wc-display-content").hide();             jwplayer().stop();         }                  function setWcCookie() {             var exdate=new Date();             var exdays = 1;            var c_name = 'wc_hidden_cookie';             exdate.setDate(exdate.getDate() + exdays);             var c_value=escape(1) + ((exdays==null) ? '' : '; expires='+exdate.toUTCString());             document.cookie=c_name + '=' + c_value;         }     } else {         jQuery("#wc-overlay").remove();     } </script>
    As you can see from the video there is a player which is loaded and the .swf video - change the .flv to change the video - It looks like this chap set this up to include super-cookie's (LSO's) (Something highly secretative, lol, even blackhat sites don't teach about them until your "Jr VIP" - which is nonsense, just look up LSO's!) (nice little bonus)

    Hope I answered your question,
    Peace,
    Gh0zt

    Edit: There is no code in this post for the little red button advert, that is also in the source code though if you want it? Just ask

    Edit2: Hold on.... Isn't that YOUR website?
    {{ DiscussionBoard.errors[9477720].message }}

Trending Topics