janzalone
Forum Replies Created
-
Forum: Plugins
In reply to: user needs to register on another user’s blogthank you…I thought that is where I was…so sorry
Forum: Fixing WordPress
In reply to: registration “message failed to send”I also wanted to add that I just added a new user through the admin dashboard and got a “new user registration” email as well as a “username and password” email…both labeled as being sent from the email I put into my admin account.
so at this point it looks like the only emails not being sent are those for people registering themselves…not good…
thanks again in advance for any help you can give me!
Forum: Fixing WordPress
In reply to: Embedding Codethanks! I installed the tinymce advanced plugin and got the video embed icon I used to see on other blog sites. I used the button, got the code in the html area, the yellow box in visual, but when I saved it, the code was stripped again…
I give up!
Forum: Fixing WordPress
In reply to: Embedding CodeI did. I see the yellow box where the video would show. When I save the post, the box dissappears along with the code…
Forum: Fixing WordPress
In reply to: Embedding Codehere is an example of youtube embed code:
<object width=”425″ height=”344″><param name=”movie” value=”https://www.youtube.com/v/NN2I1pWXjXI&hl=en&fs=1&”></param><param name=”allowFullScreen” value=”true”></param><param name=”allowscriptaccess” value=”always”></param><embed src=”https://www.youtube.com/v/NN2I1pWXjXI&hl=en&fs=1&” type=”application/x-shockwave-flash” allowscriptaccess=”always” allowfullscreen=”true” width=”425″ height=”344″></embed></object>
After publishing the post and/or saving a draft the code completely disappears.
here is code from a google docs presentation:
<iframe src=”https://docs.google.com/present/embed?id=d62xg4f_22g9d6gj7r” frameborder=”0″ width=”410″ height=”342″></iframe>After publishing the post and/or saving a draft the code completely disappears too.
I ended up finding embed code online and tweaking it:
<embed src=”https://www.youtube.com/v/NN2I1pWXjXI&hl=en&fs=1&”
autostart=”false” />
This gets stripped too…Forum: Fixing WordPress
In reply to: Embedding CodeI did include the code in the HTML area of the post. I have done this a million times in my edublogs blog, but am not able to here.
So….anyone know of a plugin that will allow me to do this???