vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Advertising tutorial? (https://vborg.vbsupport.ru/showthread.php?t=243543)

IvyKeepMommy 05-29-2010 05:38 PM

Advertising tutorial?
 
I'm not looking to add another modification for my vB right now (I'm holding off on upgrading to 4.0 because the mods I do have (and love) are going to make the upgrade difficult), but am looking for a good tutorial on adding ads to my site.

Specifically, I need a quick answer to how to add a banner ad with a link to one of the template locations. I know how to drop html code in (from goggle adsense and other affiliates), but I was sent a selection of banners in .swf code and need to put them in with a link to the referring site.

I used to know how to do this, but since the twins were born I haven't focused on making changes to my site and can't for the life of me remember how.

Do I upload the graphic to the forum host? What is the code I need to use?

Sorry for such newbie questions... I'm happy to learn on a tutorial or to take straight info from a friendly fellow user.

Thanks!

BirdOPrey5 05-30-2010 12:40 AM

The basic code for embedding .swf files is:
Code:

<object width="468" height="60">
<param name="movie" value="yourfile.swf">
<embed src="yourfile.swf" width="468" height="60">
</embed>
</object>

obviously 'yourfile.swf' is the path to your swf file and the height/width should be adjusted to your needs (in both places).


All times are GMT. The time now is 02:40 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01357 seconds
  • Memory Usage 1,705KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete