May be you used shortcode in Wordpress but Blogger don't have it.So now i want to show you how to create a shortcode in Blogger use Javascript.This is a diagram to create Blogger ShortcoeNow let's do it.Create a function with pID parameter.//![CDATA[ function shortcode( pID ) { var shortcode_content = "Your Content";//Content for shortcode }//]]>1 - Get post content.//![CDATA[ function shortcode( pID ) {var shortcode_content = "Your Content";//Content for shortcode var obj = document.getElementById( pID ); var post_content = obj.innerHTML;//Get...
Nhãn:
Blogger Tips