Title: [Plugin: Twitter WP] Unexpected &#039;
Last modified: August 19, 2016

---

# [Plugin: Twitter WP] Unexpected '

 *  Resolved [indoctrinated](https://wordpress.org/support/users/indoctrinated/)
 * (@indoctrinated)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-twitter-wp-unexpected/)
 * Backend dies with an error:
    Unexpected ‘<‘ in line 146. (wpdir)/plugins/twitter-
   wp/twitter-wp.php
 * Starting lines 144-151 in twitter-wp.php reads:
 *     ```
       echo "<h2>" . __( 'Twitter Plugin Options', 'mt_trans_domain' ) . "</h2>";
   
       <br /><strong>Use the following in the widget to display: </strong><br /><br />
       Username - %user%<br />
       No of Followers - %followers$<br />
       No of People Following - %following%<br />
       No of Status Updates - %statuses%<br />
       Location: %location%<br /><br />
       ```
   
 * should be changed to:
 *     ```
       echo "<h2>" . __( 'Twitter Plugin Options', 'mt_trans_domain' ) . "</h2>
   
       <br /><strong>Use the following in the widget to display: </strong><br /><br />
       Username - %user%<br />
       No of Followers - %followers$<br />
       No of People Following - %following%<br />
       No of Status Updates - %statuses%<br />
       Location: %location%<br /><br />";
       ```
   
 * [http://wordpress.org/extend/plugins/twitter-wp/](http://wordpress.org/extend/plugins/twitter-wp/)

The topic ‘[Plugin: Twitter WP] Unexpected '’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/twitter-wp.svg)
 * [Twitter WP](https://wordpress.org/plugins/twitter-wp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/twitter-wp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/twitter-wp/)
 * [Active Topics](https://wordpress.org/support/plugin/twitter-wp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/twitter-wp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/twitter-wp/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [indoctrinated](https://wordpress.org/support/users/indoctrinated/)
 * Last activity: [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-twitter-wp-unexpected/)
 * Status: resolved