[How-to-Fix] Joomla!: Enabling Object, Embed & Iframe

Joomla blacklists <object>, <embed> & <iframe> by default for security reasons and filters out and removes these tags from your articles if you try to add them in your content. The iframe and embed options are useful to integrate e.g. Google Maps and Youtube. There's a solution to disable the filtering by de-selecting certain user groups in joomla as blacklisted for filtering. This didn't work for me though.

Instead, here's a method to get it to work by diving into the PHP file itself. To disable the filtering, edit the filter PHP file and remove the tags from the blacklist.

Path: libraries\joomla\filter\filterinput.php

$tagBlacklist = array ('applet', 'body', 'bgsound', 'base', 'basefont', 'embed', 'frame', 'frameset', 'head', 'html', 'id', 'iframe', 'ilayer', 'layer', 'link', 'meta', 'name', 'object', 'script', 'style', 'title', 'xml');

 


[How-to-Fix] Google Maps Short URLs (old)

10 July 2011 - Found a way to get short URLs again for GoogleMaps!! :D Click here
--

30 June 2011 - Doesn't work anymore due to the implementation of Google+?
Guess we're back be stuck with super duper long GoogleMaps urls :(
--

25 June 2011 - Who doesn't use Google Maps? I use it a lot to check out locations, get travelling directions and to find restaurants and cafes. :)

Now the most annoying thing is that the URL is so damn long when you want to share your current Google Maps search with people. It clutches the whole screen and it quickly becomes chaotic when you have several links listed underneath each other.

There's a way to get short URLs on Google Maps. Go to http://www.googlelabs.com/, select "Labs voor Google Maps" on the right and enable "Short URL".

Your link will now be something like "http://goo.gl/maps/wtIy" instead of having a super long URL :)