HEX
Server: Apache
System: Linux p3plzcpnl489526.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: vmasmheia229 (9244908)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/vmasmheia229/domains/overtoneband.com/html/wp-content/plugins/ztwitter/help-tab.php
<?php
 /*
	zTwitter Help Tab
	Author: zourbuth
	Author URI: http://zourbuth.com
	License: Under GPL2
*/
function ztwitter_help_tab_content(){
	$ztwitterhelp = '
	<ul>
		<li><strong>Title</strong> Give a short title for your zTwitter widget title.</li>
		<li><strong>Username</strong> <code>[string or array]</code> required unless using the \'query\' option; one or more twitter screen names
			If you want to add multiple users, please use spacing in the username text box.<br />
			Example:<br />
			Username: <code>envato godaddy yahoo blablabla</code>
		</li>	
		<li><strong>List</strong> <code>[string]</code>   optional name of list belonging to username</li>
		<li><strong>Query</strong> <code>[string]</code>   optional search query</li>
		<li><strong>Avatar Size</strong> <code>[integer]</code> height and width of avatar in pixels if displayed. Maximum size is 48 pixels</li>
		<li><strong>Count</strong> <code>[integer]</code>  how many tweets to display?</li>
		<li><strong>Style</strong> The feed style in normal mode, ticker or with paging</li>
		<li><strong>Style</strong> Show the widget as default, with paging arrow, or as a ticker</li>
		<li><strong>Fetch</strong> <code>[integer]</code>  how many tweets to fetch via the API (set this higher than "count" if using the "filter" option)</li>
		<li><strong>Refresh Interval</strong> <code>[integer]</code> optional number of seconds after which to reload tweets</li>
		<li><strong>Loading Text</strong> <code>[string]</code>   optional loading text, displayed while tweets load</li>
		<li><strong>Show Favorites</strong> <code>[boolean]</code>  display the user\'s favorites instead of his tweets</li>
		<li><strong>Show Retweets</strong> <code>[boolean]</code>  whether to fetch (official) retweets (not supported in all display modes)</li>
		<li><strong>Intro Text</strong> <code>[string/HTML]</code>   do you want text BEFORE your your tweets? This field support HTML</li>
		<li><strong>Outro Text</strong> <code>[string/HTML]</code>   do you want text AFTER your tweets? This field support HTML</li>
		<li><strong>Join Text</strong> <code>[string]</code>   optional text in between date and tweet, try setting to "auto"</li>
		<li><strong>Auto Join Text</strong> <code>[string]</code>   auto text for non verb: "i said" bullocks</li>
		<li><strong>Auto Join Text -ed</strong> <code>[string]</code>   auto text for past tense: "i" surfed</li>
		<li><strong>Auto Join Text -ing</strong> <code>[string]</code>   auto tense for present tense: "i was" surfing</li>
		<li><strong>Auto Join Reply</strong> <code>[string]</code>   auto tense for replies: "i replied to" @someone "with"</li>
		<li><strong>Comparator</strong> <code>[function]</code> comparator used to sort tweets (see Array.sort)</li>
		<li><strong>Template</strong> <code>[string or function]</code> template used to construct each tweet <code>&lt;li&gt;</code> - see code for available vars
		<li><strong>Twitter URL</strong> <code>[string]</code>   custom twitter url, if any (apigee, etc.)</li>
		<li><strong>Twitter API URL</strong> <code>[string]</code>   custom twitter api url, if any (apigee, etc.)</li>
		<li><strong>Twitter Search URL</strong> <code>[string]</code>   custom twitter search url, if any (apigee, etc.)</li>
		<li><strong>Filter</strong> <code>[function]</code> whether or not to include a particular tweet (be sure to also set \'fetch\')</li>
		<li><strong>Custom Style Sheet</strong> <code>[string/HTML/javascript]</code> This field is for custom stylesheet or javascript per widget and printed to the <code>wp_head</code>. Make sure your theme have the <code>wp_head</code> attached in the <code>header.php</code>.</li>
	</ul>
	<p><strong>NOTE:</strong> Some users have reported that they <a href="http://help.twitter.com/forums/10713/entries/42646">do not show up in Twitter\'s search results</a>.</p>'
	;
	
	return $ztwitterhelp;
}