![]() |
![]() |
![]() |
||||
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
|
New Webmasters ask "How-To" questions here. This is where other fucking Webmasters help. |
|
Thread Tools |
![]() |
#1 |
Confirmed User
Join Date: Mar 2004
Posts: 619
|
Wordpress how to get iframe embed working
What do i need to get this to work
[iframe src="http://site.com" width="850" height="528"] Its a embed of a cam site. It wont work in text widget. I downloaded a iframe widget but it wouldnt show up either. I just want it to show in footer of all pages
__________________
Double Your profit From Ad Brokers |
![]() |
![]() ![]() ![]() ![]() |
![]() |
#2 |
Confirmed User
Industry Role:
Join Date: Apr 2014
Posts: 171
|
hey. maybe this help maybe not
think what you need is <iframe src="htt*****************"></iframe> instead of [iframe src=htt***"] put where htt***** ht*://site com" width="850" height="528" try that |
![]() |
![]() ![]() ![]() ![]() |
![]() |
#3 |
Confirmed User
Industry Role:
Join Date: Mar 2012
Posts: 210
|
use html <iframe> in text mode, or a plugin
__________________
French Translator contact me via skype: media22.fr Uploader available |
![]() |
![]() ![]() ![]() ![]() |
![]() |
#4 |
Confirmed User
Industry Role:
Join Date: Sep 2012
Posts: 827
|
I would not use any additons or plugins for that, just use a regular <iframe /> tag, and it should work.
|
![]() |
![]() ![]() ![]() ![]() |
![]() |
#5 |
Confirmed User
Join Date: Mar 2004
Posts: 619
|
Ok I figured i would do it a little different.
I got it kind of going http://imgur.com/nvkDYvH It needs to be the embed full on screen and no embed. <iframe src="http://site.com/a/embed.htm" width="850" height="528" frameborder="1"> <p>Your browser does not support iframes.</p> </iframe> frameborder at 0 or 1 still leaves scrolling and i cant change the with of the embed
__________________
Double Your profit From Ad Brokers |
![]() |
![]() ![]() ![]() ![]() |
![]() |
#6 |
Confirmed User
Industry Role:
Join Date: Jan 2013
Posts: 246
|
You should be use <iframe scrolling="no" to hide scrolling
|
![]() |
![]() ![]() ![]() ![]() |
![]() |
#7 |
Registered User
Industry Role:
Join Date: Dec 2012
Posts: 5
|
hi there;
are you sure that you switched from the Visual to the Text option in your wordpress post options. Secondly, there is a wordpress plug in the wordpress library that allows admin of your site to put whatever they want in the footer of every page. |
![]() |
![]() ![]() ![]() ![]() |
![]() |
#8 |
Confirmed User
Join Date: Mar 2004
Posts: 619
|
Right now my cam embed is being restricted by the iframe box.
http://imgur.com/nvkDYvH I want It to blend with the page. So no scroll bars. And have it wider so it shows it all the cam and chat. Looks like i need to add <iframe scrolling="no" current html is <iframe src="http://site.com/a/embed.htm" width="850" height="528" frameborder="1"> <p>Your browser does not support iframes.</p> </iframe>
__________________
Double Your profit From Ad Brokers |
![]() |
![]() ![]() ![]() ![]() |
![]() |
#9 |
Confirmed User
Join Date: Mar 2004
Posts: 619
|
Could you direct me to it? I shouldnt need that but i will try it.
__________________
Double Your profit From Ad Brokers |
![]() |
![]() ![]() ![]() ![]() |
![]() |
#10 |
Registered User
Industry Role:
Join Date: Jan 2014
Posts: 26
|
That's very easy to achieve where using the wordpress main content area. Just paste your shortcut as "test" and switch to "visual" and the iframe will be there.
In widgets, you may need a plugin to achieve the same, sort of "magic widget" or another similar and newer one, otherwise it will show only text (check also tinymce or WYSIWYG)
__________________
ICQ Number----------->686426610 Optimized and Google Friendly WP Adult Themes here https://adult-theme.com |
![]() |
![]() ![]() ![]() ![]() |
![]() |
#11 |
Confirmed User
Join Date: Mar 2004
Posts: 619
|
I'll look into magic widget. But i dont think i need it.
The iframe works now in a footer the way i like. But its in a square box and not showing the full cam - chat room. I need to resize an IFrame so that all of its document contents are visible, but no scroll bars are displayed on the page. ok i got it with no bars <iframe src="http://fff.com/camembed.htm" name="" height="700px" width="960px" frameborder="0" marginheight="20" marginwidth="35" scrolling="no"> <p>Your browser does not support iframes.</p> </iframe> But its still a small box and not all of the content.. Maybe its not possible with footer widget. And its just restricted for the size. I guess i'll try magic widget tomorrow.
__________________
Double Your profit From Ad Brokers |
![]() |
![]() ![]() ![]() ![]() |