Home » SAP Successfactor
Does SuccessFactors Recruiting have a chat bot feature for candidates - Recruiting
Thứ Hai, 8 tháng 3, 2021
Bởi: Đoàn Thành Trung
The Career Site builder custom plugin allows a third party developer to insert custom code for a new component on any Career Site Builder page.
To add a custom component, click Add Component on any Career Site Builder page. Insert the custom code in the available textbox to create the new component. There are no limitations on the code that can be entered in this component so this is the best way to implement third party features not offered natively by CSB such as Chat bots.Note however that SAP will not provide support for such components and issues must be logged with the owner/developer of the code.
Again, if you feel that this feature should be supported natively, we encourage you to submit an enhancement request on our influence portal. The process is outlined in KBA 2090228.
<!-- Load Facebook SDK for JavaScript -->
<div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
FB.init({
xfbml : true,
version : 'v10.0'
});
};
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = 'https://connect.facebook.net/en_US/sdk/xfbml.customerchat.js';
fjs.parentNode.insertBefore(js, fjs);
$('#fb-root').show();
}(document, 'script', 'facebook-jssdk'));</script>
<!-- Your Chat Plugin code -->
<div class="fb-customerchat"
attribution="setup_tool"
page_id="999999999999"
theme_color="#fa3c4c"
logged_in_greeting="Xin chào, Careers có thể giúp gì được cho bạn?"
logged_out_greeting="Xin chào, Careers có thể giúp gì được cho bạn?">
</div>
*************************************
And code to add "Back to top" button to page:
*************************************
<!--Smooth Back to Top Button Start-->
<script>
jQuery(document).ready(function() {
var offset = 220;
var duration = 500;
jQuery(window).scroll(function() {
if (jQuery(this).scrollTop() > offset) {
jQuery('.back-to-top').fadeIn(duration);
} else {
jQuery('.back-to-top').fadeOut(duration);
}
});
jQuery('.back-to-top').click(function(event) {
event.preventDefault();
jQuery('html, body').animate({scrollTop: 0}, duration);
return false;
})
});
</script>
<style>
div#page {
max-width: 900px;
margin-left: auto;
margin-right: auto;
padding: 20px;
}
.back-to-top {
position: fixed;
bottom:90px;
right: 90px;
text-decoration: none;
color: #000000;
font-size: 12px;
z-index:999999;
width: 38px;
height: 38px;
background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhuNKDUBp15iDC1TFXzf3k1X7XKQ4aFCqaeMm61u4kdyyi_rtGTM2R2UKmiUy3qrJ6c9NYXoOnw_oqNKIp1IxfAAmaPzNjc2dQUm87KFjkrJ2aSrWmD-0QrRjJi8aqG_CLmJ7Fq7zJxbew/h120/b0fbcc8c-650c-40b7-ba62-2.webp);
background-size: cover;
background-repeat: no-repeat;
padding: 1em;
display: none;
}
.back-to-top:hover {
width: 38px;
height: 38px;
background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEheqcQJMG8VY6ZcpK_wftBaxD9M-Wg9h5i-OBNm20JkNVF-YYouIfTDnIzojORT2MfJXE2osUGvAGXOV5wTSFhOyhyTFq0U-6Yp9bSI8DBF1MxtuR9z7yg16MRD4C2QQDLSf5V-PJdkhis/h120/back_to_top.png);
background-size: cover;
background-repeat: no-repeat;
z-index:999999;
}
</style>
<a href="#" class="back-to-top"></a>
<!--Smooth Back to Top Button End-->

- How to go to the INbox in SAP?
- To manually logoff the users, please follow the instructions
- Changing Your SAP GUI Colours
- Changing your SAP Theme
- How to display transaction codes in SAP menu
- Step by step guide for replicating employee mini master data from employee central to SAP ERP HCM
- Create a position in SAP SuccessFactors
- How to create new position using sap successfactors employee central module
- Sap payroll india configuration implementation steps
- Check Total gross amount cho wage type trong SAP
- Activate &SAP_EDIT in SE16N Mở xóa dữ liệu trong table trên SAP
- Tạo ShortCut lưu được password trong SAP GUI
Comments[ 0 ]
Đăng nhận xét