Title: Cant find code
Last modified: August 21, 2016

---

# Cant find code

 *  [Melissa Sexton](https://wordpress.org/support/users/melissa-sexton/)
 * (@melissa-sexton)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/cant-find-code-1/)
 * Hello,
    I am in the process of editing a wordpress site I did not create. There
   is a Twitter follow button located on the home page but I cant seem to find the
   code anywhere in the theme. I would liked to replace the button with a different
   one, Please help!

Viewing 15 replies - 1 through 15 (of 28 total)

1 [2](https://wordpress.org/support/topic/cant-find-code-1/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/cant-find-code-1/page/2/?output_format=md)

 *  [shamratdewan](https://wordpress.org/support/users/shamratdewan/)
 * (@shamratdewan)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/cant-find-code-1/#post-3997246)
 * its usually a plugin so it should be in the plugin folder. or best way to search
   for any part of code is to use firebug in firefox or chrome.
 *  Thread Starter [Melissa Sexton](https://wordpress.org/support/users/melissa-sexton/)
 * (@melissa-sexton)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/cant-find-code-1/#post-3997249)
 * It is not in the Plugin folder…
 *  Thread Starter [Melissa Sexton](https://wordpress.org/support/users/melissa-sexton/)
 * (@melissa-sexton)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/cant-find-code-1/#post-3997255)
 * I tried using firebug and it said it was a widget but I looked in the widget 
   folder and it was not there…
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/cant-find-code-1/#post-3997259)
 * Can you replicate the problem using the default Twenty Thirteen theme with **
   all** plugins deactivated?
 *  [shamratdewan](https://wordpress.org/support/users/shamratdewan/)
 * (@shamratdewan)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/cant-find-code-1/#post-3997261)
 * widgets if you cant find under appearance. then you need to go via your themas
   function.php file it must or usually there depending on theme structure.
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/cant-find-code-1/#post-3997262)
 * to increase your chance of getting any useful suggestions, please post a live
   link to your site where this twitter button can be seen.
 *  Thread Starter [Melissa Sexton](https://wordpress.org/support/users/melissa-sexton/)
 * (@melissa-sexton)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/cant-find-code-1/#post-3997264)
 * Im not sure if I can do that.
 *  Thread Starter [Melissa Sexton](https://wordpress.org/support/users/melissa-sexton/)
 * (@melissa-sexton)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/cant-find-code-1/#post-3997266)
 * [http://www.evergreenprostheticsandorthotics.com/](http://www.evergreenprostheticsandorthotics.com/)
 * twitter button is on bottom right hand corner
 *  Thread Starter [Melissa Sexton](https://wordpress.org/support/users/melissa-sexton/)
 * (@melissa-sexton)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/cant-find-code-1/#post-3997268)
 * there is nothing about the twitter button in my themes function php file
 *  [Aaron Dicks](https://wordpress.org/support/users/aarondicks/)
 * (@aarondicks)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/cant-find-code-1/#post-3997275)
 * Hi Melissa
    It’s a ‘widget’, but it’s a twitter widget, not a WordPress widget.
 * In your footer.php/sidebar.php there will be some code that looks like this:
 *     ```
       <a href="https://twitter.com/EvergreenPandO" class="twitter-follow-button" data-show-count="false">Follow @EvergreenPandO</a>
       <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
       ```
   
 * The JavaScript renders the normal `<a>` anchor link into a Twitter Follow button
   once the page has finished loading.
 * Just remove or edit that as appropriate.
 *  Thread Starter [Melissa Sexton](https://wordpress.org/support/users/melissa-sexton/)
 * (@melissa-sexton)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/cant-find-code-1/#post-3997288)
 * I found the code thank you! Should I just remove and put another code in its 
   place?
 *  [Aaron Dicks](https://wordpress.org/support/users/aarondicks/)
 * (@aarondicks)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/cant-find-code-1/#post-3997302)
 * Yeah, well, whatever you want really!
 * Twitter buttons can be generated here; [https://twitter.com/about/resources/buttons](https://twitter.com/about/resources/buttons)
 *  Thread Starter [Melissa Sexton](https://wordpress.org/support/users/melissa-sexton/)
 * (@melissa-sexton)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/cant-find-code-1/#post-3997306)
 * Okay I tried to download a Twitter Widget (mini Feed) and it is not showing up
   on the page. I think the way the Theme is coded the sidebar is not showing up
   for some reason when I add things to it.
 *  [Aaron Dicks](https://wordpress.org/support/users/aarondicks/)
 * (@aarondicks)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/cant-find-code-1/#post-3997313)
 * Does your page.php (or whatever template you use) include this text?
 * `get_sidebar();`
 *  Thread Starter [Melissa Sexton](https://wordpress.org/support/users/melissa-sexton/)
 * (@melissa-sexton)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/cant-find-code-1/#post-3997318)
 * No it does not there is a get_header(); ?> and <?php get_footer(); ?>

Viewing 15 replies - 1 through 15 (of 28 total)

1 [2](https://wordpress.org/support/topic/cant-find-code-1/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/cant-find-code-1/page/2/?output_format=md)

The topic ‘Cant find code’ is closed to new replies.

## Tags

 * [html](https://wordpress.org/support/topic-tag/html/)
 * [twitter](https://wordpress.org/support/topic-tag/twitter/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 28 replies
 * 5 participants
 * Last reply from: [Melissa Sexton](https://wordpress.org/support/users/melissa-sexton/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/cant-find-code-1/page/2/#post-3997555)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
