Third-party plugins can grant you easier access to the "essence" of your website and make inserting codes/strings easier. There are many plugins, for many purposes. For example, one of them is the Headers and Footers plugin which you may use to add code to the header and/or footer section. You may download and install it from here.
By default, Joomla doesn’t allow use of any special styles or syntax in its post and module titles. Luckily, there is a workaround for this restriction.
Follow the advice in the article on gavick.com, which should help you add your custom strings.
The Squarespace platform has built-in features for adding custom code, like Code Block, CSS Editor, and Code Injection. This article by Squarespace will show you how to add your own different types of custom code and there you may find a video tutorial:
Advanced Customizations & Adding Custom Code
Note: You may check the full guide on adding codes here of Squarespace's website.
Follow the steps below to add a custom code:
Note: Feel free to read the full guide on adding custom codes on Wix's website.
There are three options to add code/string to your blog:
To add a code in widget:
To add a code in a post:
To add a code in a theme:
Note: For more detailed explaination, feel free to check the article on this blog
Source: http://smallbusiness.chron.com/insert-html-tumblr-30154.html
This article on Wordpress describes how to add codes safely to your Wordpress website. Basically they recommend wrapping your code in these tags:
[code language="css"]
your code here
[/code]
Note: CSS can be replaced with other languages, including actionscript3, bash, clojure, coldfusion, etc.
You may read more detailed instructions here.
Source: support.zendesk.com
Look for the app/design/frontend/{template}/page/html/head.phtml file where {template} is the name of your active Magento template. If this file doesn’t exist, then you will need to check if the app/design/frontend/{template}/default/page/html/head.phtml file exists. It is recommended to place the code before the </head> section of the file.
Note: If the template files mentioned above don't exist, you need to copy the base head.phtml into your custom template. Copy the app/design/frontend/default/page/html/head.phtml file from your default base template to your custom template folder at app/design/frontend/{template}/page/html/head.phtml. You can then open the file and place the chat code before the </head> tag as recommended.
Source: chatstack.com
If you want to add custom PHP code in Magento cms page:
Source: webinse.com
<pre class="prettyprint linenums"><code>function someCode(){
// this is code
}
</pre></code>
Note: If you intend to add <script/> tags using this process: you will have to HTML encode the first < on the line, or Ghost will think you are trying to embed a script. So, in the example above, this is what the first line looks like:
<pre class="prettyprint linenums lang-htm"><code><script src=...</script></code></pre>
The video tutotial available on drupalize.me , will teach you how to add custom code on Drupal.
Note: In order to be able to watch the video, you need to sign up first.
The following documentation should teach you how to manage Javascript in Drupal:
https://www.drupal.org/node/756722
The following documentation is CSS-related:
https://www.drupal.org/node/341246
If you are interested in PHP, you can find all the info you need here:
https://www.drupal.org/docs/7/howtos/add-php-code-to-the-body-of-a-drupal-7-block
The article on Typo3, should help you add the code you wanted, in an easy way. Basically, you need to use the Plain HTML content element for this purpose.
http://www.typo3support.com/typo3-manual-4x/4-elements-of-contents/47-plain-html/
The article on chami.com should enable you to add custom code in an easy way.
If you don’t receive the email in the next 2 minutes please check your junk folder, and add [email protected] to your safe sender list.