Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hi, the below javascript is not working.

    <h2>Connect to Twitter</h2>
    		<p>To use HL Twitter you must first authorise it via Twitter. To connect, click on the link below.</p>
    		<p id="hl_twitter_oauth_get_authorize_url">Loading...</p>
    	</div>
    	<script type="text/javascript" >
    	jQuery(document).ready(function($) {
    		$.post(ajaxurl, { action: 'hl_twitter_oauth_get_authorize_url' }, function(response) {
    			$("#hl_twitter_oauth_get_authorize_url").html(response);
    		});
    	});
    	</script>

    javascript not work above.

Viewing 1 replies (of 1 total)