Re: Battlefield 4 Emblem Share help!
Export Emblems:
- Navigate to the Emblem editor and select the emblem you wish to export.
- Use the appropriate keyboard shortcut to bring up the console screen for your web browser.
-
Paste the following code into the console and hit 'Enter':
$('body').html('<pre style="color:#000;">emblem.emblem.load('+JSON.stringify(emblem.emblem.data,null,2)+');</pre>');
-
You should now be brought to a new page that shows you all the code you want. Copy and paste this into your text editor.
That's it for exporting!