-------------------------------------------------------------------
1. Copy Emblems from other players.
You can copy emblems from others by going to their profile / soldier on Battlelog and clicking the emblem then click "Copy Emblem to My Gallery" -This is an easy way to share your emblems, just equip it and then let others know if they want to grab it off your profile.
2. Exporting Emblem Code
Start by going to your emblems and edit the emblem you want to export. This is the screen with all the layers and shapes etc.
-> The next step is to bring up the web browser console, you'll need to use chrome or firefox to do this. You can bring up the console by hitting CTRL + SHIFT + J
Copy and paste the Code below into your web browser console.
$('body').html('emblem.emblem.load('+JSON.stringify(emblem.emblem.data,null,2)+');');
This should output the code for the emblem which you can then share in a plain text file or online by using http://pastebin.com/
3. Importing Emblems using Code.
Start by creating a new blank emblem (you can click the + Add button)
--> Now bring up the web browser console by hitting CTRL + SHIFT + J
--> Now paste in the code for the emblem which should look like the code outputted in step 2.
--> SAVE AND USE!
-------------------------------------------------------------------
I'm using the Helghast emblem at the moment, below is the link to my profile if you'd like to use it.

http://battlelog.bat.../183592035/ps3/
You can also check out my Pastebin profile - I'll add the code for some emblems there.





Outlaw, on 22 November 2013 - 10:01 AM, said:

