You are here

fb-messenger-customer-chat-plugin.tpl.php in Facebook Messenger Customer Chat Plugin 7

File

fb-messenger-customer-chat-plugin.tpl.php
View source
<div class="fb-customerchat"
 attribution=setup_tool
 page_id="<?php

print $page_id;
?>"
 <?php

if ($optional_webhook_parameter) {
  ?> ref="<?php

  print $optional_webhook_parameter;
  ?>" <?php

}
?>
 minimized="<?php

print $minimized;
?>">
</div>