Vladimir:
thank you for your response.
I updated to the latest version of TweetScroll (1.2.2), and installed
the Widget Shortcode plugin as you instructed.
I then navigated to the widgets page, and drug the TweetScroll
item into the Arbitrary widget area. I filled in the information
needed to access my client’s twitter account, and saved.
I can see the widget shortcode is displayed in the arbitrary widget
area like this:
Shortcode: [widget id=”pi_tweet_scroll-2″]
I then added the code you suggested into the theme’s sidebar-primary.php
file (which is where all my client’s custom code resides), like this:
<div style=”border: 1px solid #aaaaaa”>
<p>test area</p>
<p><?php do_widget(array(‘id’ => ‘pi_tweet_scroll-2’, ‘title’ => false, ‘before_widget’ => ‘<div>’)); ?></p>
<p>—</p>
</div>
all I see when visiting the site is the border around the div I created,
the words “test area” and the dashes (“—“).
no twitter information is being displayed..
any help would be appreciated.
thank you.
robert meyer