How to Bring MySpace to Ning
If you use the Ning social media platform to create websites, you have the option to add content from other social networks, such as Myspace, to your page. Myspace enables you to generate content including blog posts, videos and music playlists, which you can share on your Ning network. Although Myspace does not provide a tool that automatically lets you integrate features, you have the option to use HyperText Markup Language (HTML) iFrame code to bring Myspace to Ning by embedding the desired page directly on your site.
Instructions
-
-
1
Point your browser to a Myspace page, such as your profile, that you want to share on Ning. Copy the URL that displays in your browser's address bar.
-
2
Log into your Ning account and navigate to the area where you want to present the Myspace page. For instance, click the Main tab at the top and then click the "Edit" button in the Your Demonstration Network box, or click the My Page tab and then click the "Edit" button in the Text box.
-
-
3
Click the "HTML" button on the top right corner of the text box that appears and enter the following code:
<iframe src="enter the Myspace URL here">
<p>Type a text message here.</p>
</iframe>Be sure to replace "enter the Myspace URL here" with your own address, and type an optional message between the <p> and </p> tags to display a note to the user in the event that the inline frame page does not load.
-
4
Enter "width=" and "height=" in the opening iframe tag, and follow these entries with number values in pixels or percentages to specify the dimensions of the frame. Type the numbers between quotation marks like so:
<iframe src="enter the Myspace URL here" width="100%" height="300">
-
5
Click the "Save" button at the bottom of the text box. Your Myspace page is now published to Ning.
-
1