Why does onclick=window.location initiate form validation of non-related field in Magento custom login form?
Date : March 29 2020, 07:55 AM
With these it helps You are having his issue because the form is initiated in javascript as a Varien_Form: <script type="text/javascript">
var dataForm = new VarienForm('login-form', true);
</script>
|
Facebook Javascript SDK open-graph: error adding custom objects for custom stories
Date : March 29 2020, 07:55 AM
it fixes the issue The object is a JSON-encoded version of an object, the sample code generated for you was incorrect. Also remove type from the parameter list. So something like, FB.api(
'me/objects/[namespace]:opinion',
'post',
{
object: {"app_id":xxx,"url":"http:\/\/samples.ogp.me\/331257847005141","title":"\"Sample Opinion\"","image":"https:\/\/s-static.ak.fbcdn.net\/images\/devsite\/attachment_blank.png","description":"\"\""}
},
function(response) {
// handle the response
}
);
|
Add custom name, caption, image, description to new facebook share dialog or custom stories not taking them from og meta
Date : March 29 2020, 07:55 AM
I wish did fix the issue. I think that your href URL should use metadata so that Facebook could get those informations. From Facebook developers page:
|
Facebook - Custom notifications text using Graph api custom stories
Date : March 29 2020, 07:55 AM
This might help you This isn't possible unfortunately, for two reasons: Facebook doesn't allow actions like "installed" or "joined" with Open Graph (see their submission process App requests are for games, not general websites.
|
Magnolia 5.5.5 Custom Content Editor App (Stories) Custom CKEditor Config
Date : March 29 2020, 07:55 AM
I think the issue was by ths following , I can see two options: Extend the class and change the references to the new one (don't forget to compile the widgetset since it's client side code) Directly modify the content_editor_config.js file which seems to be the easier option if you want to modify all TextBlocks
|