Respect the rights of others. Post only content or links to content that is not defamatory, obscene, offensive or indecent and is comprised of only content or assets from EA games or provided by EA or material that is your own original creation and/or does not violate or infringe the rights of any third party, including without limitation, copyrights, trademarks or trade dress, or rights of publicity/privacy.

Note: Do not add duplicates, senseless or extremist material.
Moderation takes time (not more than 24 hours).
Try searching for checking duplicates.
How to share your EA emblem
  1. Log in to BF Battlelog.
  2. Visit the Customize emblem page.
  3. Select the emblem you wish to export.
  4. Open the browser console (Ctrl-Shift-J for Chrome, Ctrl-Shift-K for Firefox, Ctrl-Shift-I for Opera, F12 for IE).
  5. Enter the following code snippet to copy the raw emblem data to the clipboard:

    Battlefield 1:
    var request=new XMLHttpRequest;request.open("POST","https://companion-api.battlefield.com/jsonrpc/web/api?Emblems.fetchPrivateEmblem",!0),request.onreadystatechange=function(){if(request.readyState==XMLHttpRequest.DONE){var e=JSON.parse(request.responseText);if(e.result){document.body.innerHTML='<h1>Copy that code:</h1><textarea style="width:100%;height:200px;padding:10px;">'+e.result+'</textarea>'}else{alert("Error")}}},request.setRequestHeader("Content-Type","application/json;charset=UTF-8"),request.setRequestHeader("X-GatewaySession",localStorage.gatewaySessionId);data={jsonrpc:"2.0",method:"Emblems.fetchPrivateEmblem",params:{personaId:window.location.href.split("career/")[1].split("/")[0],platform:"pc",slot:window.location.href.split("/").pop()},id:"00000000-0000-0000-0000-000000000000"},request.send(JSON.stringify(data));



    Battlefield 4, Hardline:
    copy('emblem.emblem.load('+JSON.stringify(emblem.emblem.data,null,2)+');');

    Or

    $('body').html('<pre style="color:#000;">emblem.emblem.load('+JSON.stringify(emblem.emblem.data,null,2)+');</pre>');

    to display the code
  6. Paste received text to the corresponding field below.
  7. Close the console.
  8. Enjoy.

Add emblem

Who added
Who added link
Name emblem
Code *
Tags (separated by commas)