Skip to:
Content
Pages
Categories
Search
Top
Bottom

embed google advert


  • gpo1
    Participant

    @gpo1

    I want to embed google advert or a widget below the login/logout button in profiles.

    How is it doing?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Create your own theme… or copy and edit the default BuddyPress Theme:

    header.php

    <div id="my_userbar">
    <?php include_once (TEMPLATEPATH . '/userbar.php'); ?>
    <!--MY GOOGLE AD STUFF HERE-->
    </div>
    <?php include_once (TEMPLATEPATH . '/optionsbar.php'); ?>

    Then just edit the css to format nicely


    gpo1
    Participant

    @gpo1

    Hi, I want in placed in the user profile (BP) page at the footer area of the page?


    gogoplata
    Participant

    @gogoplata

    You’ll need to manually edit the theme and add the code where you’d like it to appear.

    For deanpan110, shall I edit the code in the profile file or what?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘embed google advert’ is closed to new replies.
Skip to toolbar