Title: [Plugin: Ad Buttons] Using Ad Buttons outside wordpress
Last modified: August 19, 2016

---

# [Plugin: Ad Buttons] Using Ad Buttons outside wordpress

 *  Resolved [dkmvang](https://wordpress.org/support/users/dkmvang/)
 * (@dkmvang)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/using-ad-buttons-outside-wordpress/)
 * Hi
 * Is it possible to show ads outside wordpress, still using the wordpress settings?
 * I want to administrate the ads in wordpress, but also show them on my main page,
   witch is not a wordpress site.
 * Thansk in advance..
 * Mads

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [mindnl](https://wordpress.org/support/users/mindnl/)
 * (@mindnl)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/using-ad-buttons-outside-wordpress/#post-1193657)
 * all the widget contains is the ad_buttons(); function, you might be able to call
   that from your main page. Not sure how the required database access would work
   though, can you show other wordpress functions or blog content on your main page?
 *  [mindnl](https://wordpress.org/support/users/mindnl/)
 * (@mindnl)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/using-ad-buttons-outside-wordpress/#post-1193687)
 * Here’s something you could give a try:
 *     ```
       <?php
       require_once('full/path/to/wp-blog-header.php');
       ad_buttons();
       ?>
       ```
   
 * The first line initializes the wordpress environment and the second one shows
   the ads.
 *  Thread Starter [dkmvang](https://wordpress.org/support/users/dkmvang/)
 * (@dkmvang)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/using-ad-buttons-outside-wordpress/#post-1193730)
 * Thank you very much.
    It works just as I wanted.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: Ad Buttons] Using Ad Buttons outside wordpress’ is closed to
new replies.

 * 3 replies
 * 2 participants
 * Last reply from: [dkmvang](https://wordpress.org/support/users/dkmvang/)
 * Last activity: [16 years, 8 months ago](https://wordpress.org/support/topic/using-ad-buttons-outside-wordpress/#post-1193730)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
