The similar questions that have accepted answers no longer work. Please actually test before giving an answer. I've tried clicking on the "HTML" setting to edit the HTML. I put <script> alert('test') </script>. When I save it, Tumblr just puts the script inside a <p></p>.
I'm wanting to showcase Highcharts and d3 graphs in my posts. I need javascript for this. Thanks in advance.
Related
I wanted to ask a maybe dumb question but how do you guys set up an html website to look like this when searched on google?
Ive tried adding anchor tags to the meta tags, yes maybe quite dumb idea , well it didn't work, does anybody know how to? Thank you in advance
With Sitelinks
As Google Webmaster Tools explains:
Sitelinks are automatically generated links that may appear under your
site's search results
This means you can't add them via some tool or code. The best you can do is to structure your correctly. See Google's page about this https://www.google.com/support/webmasters/bin/answer.py?answer=47334&hl=en
It's generated automatcally by Google, but you can help the robots to show the right things using a sitemap: https://support.google.com/webmasters/answer/156184 also it allows you to make a link preview.
PS: There is lots of tools to do that, like this one https://www.xml-sitemaps.com/
I'm a new user to Tumblr and I see other people with links to their blogs commented on their posts. I know how to use HTML to add and edit the link, but how do I include the popover feature that appears when you hover over a blog link?
Is there a built in way to do it via the post editor, do I need to edit my template, or is there something else I'm missing?
I have tried googling it and inspecting the page, but have had no luck. Could someone please point me in the right direction or show me the code for how to do this?
Thank you for your time.
It turns out all I need to do is just add a link that's an actual blog.
I installed http://www.mediawiki.org/wiki/Extension:PageAfterAndBefore
But I don't know how to use it because there are no examples.
I know I have to use their syntax:
{{#pagebefore: context | namespace | title | category }}
But I played around and couldn't get it to work.
Does anyone know how to make this work?
How to add a Next and Previous link on my WikiMedia page?
There's a similar pages on this site
adding next and previous button on mediawiki pages
Previous/next page links using PHP
But I don't understand how to implement either solution.
Being a beginner is not fun.
Can you show a snippet of the code as you're trying to use it? Otherwise, have you looked at the Discussion page of your first link? 'Trouble with usage' has what looks like a helpful answer.
I solved the problem on my sandbox wiki. Documentalist is my username there.
A short description of the solution: http://documentalists-sandbox.wikia.com/wiki/Tutorial
A working example: http://documentalists-sandbox.wikia.com/wiki/Using_JavaScript/Introduction
The code: http://documentalists-sandbox.wikia.com/wiki/Tutorial/dev/imp.js
The script contains an array Lessons that defines the page sequence. All anchors are generated from this array. The solution uses keywords too, but you can leave those empty if you don't need them.
I want to create a html site for troubleshooting problems, in which the user selects an answer to a question and then another question is loaded based on the answer, and then another question based on that answer and so on until they drill down to a solution.
I've looked around on here for something similar but all I've found so far is quite simple code that hides all divs then changes the display options based on which radio button is selected - with the number of questions I want to load I dont think this would be suitable...
I think the best way to do it would be to find a way to store all of the different questions in a separate file then use an onclick event to load the correct one depending on which radio button is selected... preferably using AJAX. Problem is I'm extremely rusty with my js/ajax and have no idea where to begin with this!
I realise it sounds like I'm asking practically asking someone to write it for me haha! but even if someone knows of any tutorials or can just point me in the right direction it would be greatly appreciated!
Try JQuery-Drilldown
A Demo and Instructions are in the Link below. Just look at the tags and the JavaScript
I can't seem to get my colorbox to work here, not sure whats missing. I have done this a ton of times, but apparently I am still so newb.
I have setup this sample page here:
http://www.whiterhino.us/aspire_setup/
(Click Either of the Red Buttons)
Wondering why the colorbox does not seem to format properly.
Thanks,
James
From a quick look at your source it appears you're missing the colorbox.css file.
That link is to the first example from the ColorBox demos on the website, but I'm pretty sure it's a standard file.