So recently I had to make ajax requests that pull in a piece of page with some scripting inside. The context does not matter much, what matters is the script executed fine on my localhost but not as a WordPress installation in a WP blog. After some head banging turns out that in my localhost
So lets start with defining the markup: JS Bin Canvas Fullscreen Button We don’t need jQuery so you can get rid of that if you want. Next, we open a script tag and we select the canvas element and it’s appropriate context. var c=document.getElementById("output2"); var ctx=c.getContext("2d"); We calculate the dimensions of the canvas element and
Today I am creating a portal wordpress plugin. The first thing I think is important in a portal is user management. And with that comes user registration. To make it as smooth as possible I decided to integrate Facebook login support. Of course there are plugins for this and I have successfully used Janrain in
Relative Paths A Relative URL is a the path to a file relative to the current location. If the file is in the same location as you are in you can just write it’s file name – extension included. [html] file.jpg [/html] An alternate is writing a single dot and location delimiter before the file
I know most of you (myself included) have been having problems embedding a complicated swf with external assets (like 3D wall) in your wordpress blog so I am going to clear it up.
First of all, grab this great plug in from here http://kimili.com/plugins/kml_flashembed/wp and activate it in your wordpress install.
Second, upload all the content of the deploy folder (from your package) in a folder named wall in the root of your wordpress install.
Finally, just copy/paste this code in the page where you want the component to appear -
[kml_flashembed publishmethod="static" fversion="9.0.0" movie="wall/preview.swf"
width="800" height="800" targetclass="flashmovie" base="wall/"]
<p><a href="http://adobe.com/go/getflashplayer">
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
[/kml_flashembed]
{"type":"main_options","images_arr":"'#ffffff'","enable_ajax":"off","soundcloud_apikey":"","bg_isparallax":"off","bg_slideshow_time":"0","bg_transition":"slidedown","site_url":"https:\/\/digitalzoomstudio.net","theme_url":"https:\/\/digitalzoomstudio.net\/wp-content\/themes\/qucreative\/","blur_ammount":"26","width_column":"50","width_section_bg":"","width_gap":"30","border_width":"0","border_color":"#ffffff","translate_cancel_comment":"Cancel reply","translate_leave_a_comment":"Leave a comment","translate_leave_a_comment_to":"Leave a comment to","is_customize_preview":"off","width_blur_margin":"30","gallery_w_thumbs_autoplay_videos":"off","content_enviroment_opacity":"30","menu_enviroment_opacity":"70","base_url":"https:\/\/digitalzoomstudio.net"}
Recent Comments